#E0DAD7

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

Shades of Bon Jour #E0DAD7

Tints of Bon Jour #E0DAD7

Color information

#E0DAD7 (or 0xE0DAD7) is unknown color: approx Bon Jour. HEX triplet: E0, DA and D7. RGB value is (224,218,215). Sum of RGB (Red+Green+Blue) = 224+218+215=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DAD7 is #1F2528. Grayscale: #DBDBDB. Windows color (decimal): -2041129 or 14146272. OLE color: 14146272.

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

Color convert

RGB224218215-
CMYK00.030.040.12
HSL20º12.68%86.08%-
HSV(B)20º4.02%87.84%-
XYZ68.0870.974.39-
YUV219.45125.49131.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.09%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 215 (84.38% from 255) = 32.72%
R=34.09%
G=33.18%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421821500.030.040.122012.6886.08
HexE0DAD7034C14d56
Octal340332327034142415126
Binary11100000110110101101011101110011001010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAD7; }

 p { color: rgb(224,218,215); }

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

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

 a { background-color: rgb(224,218,215); }

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

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

 span { border-color: rgb(224,218,215); }

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