#D4CFBD

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

Shades of Ecru White #D4CFBD

Tints of Ecru White #D4CFBD

Color information

#D4CFBD (or 0xD4CFBD) is unknown color: approx Ecru White. HEX triplet: D4, CF and BD. RGB value is (212,207,189). Sum of RGB (Red+Green+Blue) = 212+207+189=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFBD is #2B3042. Grayscale: #CECECE. Windows color (decimal): -2830403 or 12439508. OLE color: 12439508.

HSL color Cylindrical-coordinate representation of color #D4CFBD: hue angle of 46.96º 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 #D4CFBD is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB212207189-
CMYK00.020.110.17
HSL46.96º21.1%78.63%-
HSV(B)46.96º10.85%83.14%-
XYZ58.6562.357.08-
YUV206.44118.16131.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=34.87%
G=34.05%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220718900.020.110.1746.9621.178.63
HexD4CFBD02B112f154f
Octal3243172750213215725117
Binary110101001100111110111101010101110001101111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFBD; }

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

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

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

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

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

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

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

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