#D2CDBD

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

Shades of Ecru White #D2CDBD

Tints of Ecru White #D2CDBD

Color information

#D2CDBD (or 0xD2CDBD) is unknown color: approx Ecru White. HEX triplet: D2, CD and BD. RGB value is (210,205,189). Sum of RGB (Red+Green+Blue) = 210+205+189=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDBD is #2D3242. Grayscale: #CCCCCC. Windows color (decimal): -2961987 or 12438994. OLE color: 12438994.

HSL color Cylindrical-coordinate representation of color #D2CDBD: hue angle of 45.71º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2CDBD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210205189-
CMYK00.020.100.18
HSL45.71º18.92%78.24%-
HSV(B)45.71º10%82.35%-
XYZ57.5961.0456.89-
YUV204.67119.16131.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=34.77%
G=33.94%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020518900.020.100.1845.7118.9278.24
HexD2CDBD02A122e134e
Octal3223152750212225623116
Binary110100101100110110111101010101010010101110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDBD; }

 p { color: rgb(210,205,189); }

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

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

 a { background-color: rgb(210,205,189); }

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

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

 span { border-color: rgb(210,205,189); }

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