#E0D4CC

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

Shades of Bon Jour #E0D4CC

Tints of Bon Jour #E0D4CC

Color information

#E0D4CC (or 0xE0D4CC) is unknown color: approx Bon Jour. HEX triplet: E0, D4 and CC. RGB value is (224,212,204). Sum of RGB (Red+Green+Blue) = 224+212+204=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4CC is #1F2B33. Grayscale: #D6D6D6. Windows color (decimal): -2042676 or 13423840. OLE color: 13423840.

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

Color convert

RGB224212204-
CMYK00.050.090.12
HSL24º24.39%83.92%-
HSV(B)24º8.93%87.84%-
XYZ65.1867.2966.68-
YUV214.68121.98134.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35%
GREEN value IS 212 (83.20% from 255) = 33.12%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=35%
G=33.12%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421220400.050.090.122424.3983.92
HexE0D4CC059C181854
Octal3403243140511143030124
Binary11100000110101001100110001011001110011000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D4CC; }

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

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

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

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

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

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

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

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