#D6D0BF

Color #D6D0BF Ecru White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru White #D6D0BF

Tints of Ecru White #D6D0BF

Color information

#D6D0BF (or 0xD6D0BF) is unknown color: approx Ecru White. HEX triplet: D6, D0 and BF. RGB value is (214,208,191). Sum of RGB (Red+Green+Blue) = 214+208+191=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0BF is #292F40. Grayscale: #CFCFCF. Windows color (decimal): -2699073 or 12570838. OLE color: 12570838.

HSL color Cylindrical-coordinate representation of color #D6D0BF: hue angle of 44.35º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D0BF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214208191-
CMYK00.030.110.16
HSL44.35º21.9%79.41%-
HSV(B)44.35º10.75%83.92%-
XYZ59.6963.1758.34-
YUV207.86118.49132.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 191 (75% from 255) = 31.16%
R=34.91%
G=33.93%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420819100.030.110.1644.3521.979.41
HexD6D0BF03B102c164f
Octal3263202770313205426117
Binary110101101101000010111111011101110000101100101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0BF; }

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

 H1.HeaderClassName
 {
   color: #D6D0BF;
 }
 .AnyTagClassName
 {
   color: #D6D0BF;
 }
</style>
background-color css

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

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

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

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

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

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