#d6d1c0 Color Hex Ecru White

Information about Ecru White Color | #0000FF

#d6d1c0 color RGB value is (214,209,192). #d6d1c0 color name is Ecru White color.

#d6d1c0 hex color red value is 214 , green value is 209 and the blue value of its RGB is 192 . Cylindrical-coordinate representations (also known as HSL) of color #d6d1c0 hue: 46 , saturation: 21 and the lightness value of #d6d1c0 is 80

The process color (four color CMYK) of #d6d1c0 color hex is 0 , 1 ,4, 6 .

#d6d1c0

~Ecru White

Color Converions

HEX
#d6d1c0
RGB
214,209,192
LAB
84,0,9
CMYK
0,2,10,16
LCH
84,9,92
XYZ
60,64,59
HSV
46,10,84
HSL
46,21,80

Base Numbers

Base Red Green Blue
Binary 11010110 11010001 11000000
Octal 326 321 300
Decimal 214 209 192
Hex d6 d1 c0

RGB Percentages of Color #d6d1c0

84%
82%
75%

CMYK Percentages of Color #d6d1c0

0%
4%
1%
6%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #d6d1c0

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#d6d1c0
20%
#c1bcad
30%
#aba79a
40%
#969286
50%
#807d73
60%
#6b6960
70%
#56544d
80%
#403f3a
90%
#2b2a26
100%
#151513

Tints of #d6d1c0

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#d6d1c0
20%
#dad6c6
30%
#dedacd
40%
#e2dfd3
50%
#e6e3d9
60%
#ebe8df
70%
#efede6
80%
#f3f1ec
90%
#f7f6f2
100%
#fbfaf9

Tones of #d6d1c0

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#d6d1c0
20%
#cdc9ba
30%
#c5c1b3
40%
#bcb9ad
50%
#b3b0a6
60%
#aba8a0
70%
#a2a099
80%
#999893
90%
#91908c
100%
#888886

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#d6d1c0
#d6c8c0
#d6cdc0
#d6d1c0
#d6d5c0
#d2d6c0

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#d6d1c0
#c0c5d6

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d6d1c0
#c1d6c0
#c8c0d6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d6d1c0
#c0d6d1
#d1c0d6

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#d6d1c0
#c0d6c6
#c0c5d6
#d6c0d0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d6d1c0
#010101
#2c2b27
#56544e
#817e74
#aba79a

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#d6d1c0

protanopia

#d8cfbe

deuteranopia

#ebc8c1

tritanopia

#dacbdb

achromatopsia

#d1d1d1

protanomaly

#d7d0bf

deuteranomaly

#e3ccc1

achromatopsia

#d1d1d1

tritanomaly

#d8cdd1

achromatomaly

#d3d1cb

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 14/21
Hello World !

#d6d1c0 Color CSS Codes

.bgcolor {background-color:#d6d1c0; } 
.forecolor {color:#d6d1c0; }
.bordercolor {border:3px solid #d6d1c0; }
            

#d6d1c0 Text Font Color

<div style="color:#d6d1c0">
Div content here</div>

This sample text font color is #d6d1c0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#d6d1c0 Background Color

<div style="background-color:#d6d1c0">
Div content here</div>
Div content here

#d6d1c0 Border Color

<div style="border:3px solid #d6d1c0">
Div here</div>

This div border color is #d6d1c0

#d6d1c0 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #d6d1c0; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6d1c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6d1c0;
  -webkit-box-shadow: 1px 1px 3px 2px #d6d1c0;
  box-shadow: 1px 1px 3px 2px #d6d1c0; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d6d1c0">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d6d1c0;
              -webkit-box-shadow: 1px 1px 3px 2px #d6d1c0;
              box-shadow:         1px 1px 3px 2px #d6d1c0#d6d1c0">
Div content here</div>

This div box has shadow with color #d6d1c0

More Colors

Carrot Lava
#fc5a1f
Cherry Soda
#ff0044
Concord Buff
#e2ceb0
Lye Tinted
#7f6b5d
Fuzzy Sheep
#f0e9d1
Pewter Tankard
#a39b90
Martian Haze
#adeace
Dark Iris
#4d5a7e
Blackwater Park
#696268
Fun Yellow
#f7e594
Photon White
#f8f8e8
Flamboyant Plum
#694e52
Avocado Pear
#555337
Dark Magenta
#8b008b
Flint
#716e61
Clear Turquoise
#008a81
Moonraker
#c0b2d7
Pea Aubergine Green
#7c9865
Chocolate Fondant
#56352d
Pink Power
#d5b6cd
Hawk Grey
#77757d
Autumn Grey
#b2aba7
Burnished Bronze
#9c7e40
Brown Rust
#af593e
March Tulip Green
#d4c978
Ancient Stone
#ded8d4
Disguise
#b7b698
Light Raw Cotton
#ecdfca
Peacock Plume
#206d71
Mulberry Brown
#956f29
Mild Orange
#f3bb93
Dried Tomatoes
#ab6057
Lucky Penny
#bc6f37
Keel Joy
#d49595
Fuego
#ee5533
Keystone Grey
#b6bbb2
Clear Green
#12732b
Cocoa Butter
#f5f4c1
Antique Heather
#cdbacb
Bretzel Brown
#aa5555
rating-img
Rate this tool
NaN/5   0 votes