#D4CDBD

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

Shades of Ecru White #D4CDBD

Tints of Ecru White #D4CDBD

Color information

#D4CDBD (or 0xD4CDBD) is unknown color: approx Ecru White. HEX triplet: D4, CD and BD. RGB value is (212,205,189). Sum of RGB (Red+Green+Blue) = 212+205+189=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDBD is #2B3242. Grayscale: #CDCDCD. Windows color (decimal): -2830915 or 12438996. OLE color: 12438996.

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

Color convert

RGB212205189-
CMYK00.030.110.17
HSL41.74º21.1%78.63%-
HSV(B)41.74º10.85%83.14%-
XYZ58.1761.3356.92-
YUV205.27118.82132.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=34.98%
G=33.83%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220518900.030.110.1741.7421.178.63
HexD4CDBD03B112a154f
Octal3243152750313215225117
Binary110101001100110110111101011101110001101010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDBD; }

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

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

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

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

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

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

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

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