Html Css Color HEX #D6D0C0 Ecru White

📋 copy color: '#D6D0C0'

red 214 ◦ green 208 ◦ blue 192

#D6D0C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru White #D6D0C0

Tints of Ecru White #D6D0C0

RGB

 RED value IS 214 (83.98% from 255) = 34.85%

 GREEN value IS 208 (81.64% from 255) = 33.88%

 BLUE value IS 192 (75.39% from 255) = 31.27%

R = 34.85%
G = 33.88%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6D0C0 (or 0xD6D0C0) is known color: Ecru White. HEX triplet: D6, D0 and C0. RGB value is (214,208,192). Sum of RGB (Red+Green+Blue) = 214+208+192=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0C0 is #292F3F. Grayscale: #D0D0D0. Windows color (decimal): -2699072 or 12636374. OLE color: 12636374.

HSL color Cylindrical-coordinate representation of color #D6D0C0: hue angle of 43.64º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6D0C0 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 192 -
CMYK 0 0.03 0.10 0.16
HSL 43.64º 0.21% 0.8% -
HSV(B) 43.64º 0.1% 0.84% -
XYZ 59.8 63.21 58.92 -
YUV 207.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 214 208 192 0 0.03 0.10 0.16 43.64 0.21 0.8
Hex D6 D0 C0 0 3 A 10 2C 15 50
Octal 326 320 300 0 3 12 20 54 25 120
Binary 11010110 11010000 11000000 0 11 1010 10000 101100 10101 1010000

Color Harmonies of #D6D0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D0C0

Black with #D6D0C0

Text Example


Text Example

White with #D6D0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D0C0; }

 p { color: rgb(214,208,192); }

 H1.HeaderClassName
 {
   color: #D6D0C0;
 }
 .AnyTagClassName
 {
   color: #D6D0C0;
 }
</style>

background-color css

<style>
 a { background-color: #D6D0C0; }

 a { background-color: rgb(214,208,192); }

 div.DivClassName
 {
   background-color: #D6D0C0;
 }
 .BgClassName
 {
   background-color: #D6D0C0;
 }
</style>

border-color css

<style>
 span { border-color: #D6D0C0; }

 span { border-color: rgb(214,208,192); }

 td.TdClassName
 {
   border-color: #D6D0C0;
 }
 .TagClassName
 {
   border-color: #D6D0C0;
 }
</style>