#D9D2BB

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

Shades of Ecru White #D9D2BB

Tints of Ecru White #D9D2BB

Color information

#D9D2BB (or 0xD9D2BB) is unknown color: approx Ecru White. HEX triplet: D9, D2 and BB. RGB value is (217,210,187). Sum of RGB (Red+Green+Blue) = 217+210+187=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2BB is #262D44. Grayscale: #D1D1D1. Windows color (decimal): -2501957 or 12309209. OLE color: 12309209.

HSL color Cylindrical-coordinate representation of color #D9D2BB: hue angle of 46º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9D2BB is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217210187-
CMYK00.030.140.15
HSL46º28.3%79.22%-
HSV(B)46º13.82%85.1%-
XYZ60.6364.4356.25-
YUV209.47115.32133.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=35.34%
G=34.20%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721018700.030.140.154628.379.22
HexD9D2BB03EF2e1c4f
Octal3313222730316175634117
Binary11011001110100101011101101111101111101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D2BB; }

 p { color: rgb(217,210,187); }

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

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

 a { background-color: rgb(217,210,187); }

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

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

 span { border-color: rgb(217,210,187); }

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