#E5DAD0

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

Shades of Bon Jour #E5DAD0

Tints of Bon Jour #E5DAD0

Color information

#E5DAD0 (or 0xE5DAD0) is unknown color: approx Bon Jour. HEX triplet: E5, DA and D0. RGB value is (229,218,208). Sum of RGB (Red+Green+Blue) = 229+218+208=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DAD0 is #1A252F. Grayscale: #DCDCDC. Windows color (decimal): -1713456 or 13687525. OLE color: 13687525.

HSL color Cylindrical-coordinate representation of color #E5DAD0: hue angle of 28.57º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5DAD0 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB229218208-
CMYK00.050.090.10
HSL28.57º28.77%85.69%-
HSV(B)28.57º9.17%89.8%-
XYZ68.7771.3569.82-
YUV220.15121.14134.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.96%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 208 (81.64% from 255) = 31.76%
R=34.96%
G=33.28%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921820800.050.090.1028.5728.7785.69
HexE5DAD0059A1d1d56
Octal3453323200511123535126
Binary11100101110110101101000001011001101011101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAD0; }

 p { color: rgb(229,218,208); }

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

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

 a { background-color: rgb(229,218,208); }

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

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

 span { border-color: rgb(229,218,208); }

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