#E0DBD8

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

Shades of Bon Jour #E0DBD8

Tints of Bon Jour #E0DBD8

Color information

#E0DBD8 (or 0xE0DBD8) is unknown color: approx Bon Jour. HEX triplet: E0, DB and D8. RGB value is (224,219,216). Sum of RGB (Red+Green+Blue) = 224+219+216=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBD8 is #1F2427. Grayscale: #DCDCDC. Windows color (decimal): -2040872 or 14212064. OLE color: 14212064.

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

Color convert

RGB224219216-
CMYK00.020.040.12
HSL22.5º11.43%86.27%-
HSV(B)22.5º3.57%87.84%-
XYZ68.4771.4775.15-
YUV220.15125.66130.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=33.99%
G=33.23%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421921600.020.040.1222.511.4386.27
HexE0DBD8024C17b56
Octal340333330024142713126
Binary11100000110110111101100001010011001011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBD8; }

 p { color: rgb(224,219,216); }

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

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

 a { background-color: rgb(224,219,216); }

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

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

 span { border-color: rgb(224,219,216); }

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