#D6D0BB

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

Shades of Ecru White #D6D0BB

Tints of Ecru White #D6D0BB

Color information

#D6D0BB (or 0xD6D0BB) is unknown color: approx Ecru White. HEX triplet: D6, D0 and BB. RGB value is (214,208,187). Sum of RGB (Red+Green+Blue) = 214+208+187=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0BB is #292F44. Grayscale: #CFCFCF. Windows color (decimal): -2699077 or 12308694. OLE color: 12308694.

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

Color convert

RGB214208187-
CMYK00.030.130.16
HSL46.67º24.77%78.63%-
HSV(B)46.67º12.62%83.92%-
XYZ59.266356.05-
YUV207.4116.49132.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=35.14%
G=34.15%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420818700.030.130.1646.6724.7778.63
HexD6D0BB03D102f194f
Octal3263202730315205731117
Binary110101101101000010111011011110110000101111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0BB; }

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

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

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

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

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

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

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

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