#D1CDBD

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

Shades of Ecru White #D1CDBD

Tints of Ecru White #D1CDBD

Color information

#D1CDBD (or 0xD1CDBD) is unknown color: approx Ecru White. HEX triplet: D1, CD and BD. RGB value is (209,205,189). Sum of RGB (Red+Green+Blue) = 209+205+189=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDBD is #2E3242. Grayscale: #CCCCCC. Windows color (decimal): -3027523 or 12438993. OLE color: 12438993.

HSL color Cylindrical-coordinate representation of color #D1CDBD: hue angle of 48º degrees, saturation: 0.18, 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 #D1CDBD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209205189-
CMYK00.020.100.18
HSL48º17.86%78.04%-
HSV(B)48º9.57%81.96%-
XYZ57.3160.8956.88-
YUV204.37119.33131.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=34.66%
G=34.00%
B=31.34%

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
Decimal20920518900.020.100.184817.8678.04
HexD1CDBD02A1230124e
Octal3213152750212226022116
Binary110100011100110110111101010101010010110000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDBD; }

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

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

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

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

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

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

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

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