#E0D4CE

Color #E0D4CE Bon Jour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bon Jour #E0D4CE

Tints of Bon Jour #E0D4CE

Color information

#E0D4CE (or 0xE0D4CE) is unknown color: approx Bon Jour. HEX triplet: E0, D4 and CE. RGB value is (224,212,206). Sum of RGB (Red+Green+Blue) = 224+212+206=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4CE is #1F2B31. Grayscale: #D6D6D6. Windows color (decimal): -2042674 or 13554912. OLE color: 13554912.

HSL color Cylindrical-coordinate representation of color #E0D4CE: hue angle of 20º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0D4CE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224212206-
CMYK00.050.080.12
HSL20º22.5%84.31%-
HSV(B)20º8.04%87.84%-
XYZ65.4267.3967.95-
YUV214.9122.98134.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.89%
GREEN value IS 212 (83.20% from 255) = 33.02%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=34.89%
G=33.02%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421220600.050.080.122022.584.31
HexE0D4CE058C141754
Octal3403243160510142427124
Binary11100000110101001100111001011000110010100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D4CE; }

 p { color: rgb(224,212,206); }

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

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

 a { background-color: rgb(224,212,206); }

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

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

 span { border-color: rgb(224,212,206); }

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