#E5DEDA

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

Shades of Bon Jour #E5DEDA

Tints of Bon Jour #E5DEDA

Color information

#E5DEDA (or 0xE5DEDA) is unknown color: approx Bon Jour. HEX triplet: E5, DE and DA. RGB value is (229,222,218). Sum of RGB (Red+Green+Blue) = 229+222+218=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEDA is #1A2125. Grayscale: #DFDFDF. Windows color (decimal): -1712422 or 14343909. OLE color: 14343909.

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

Color convert

RGB229222218-
CMYK00.030.050.10
HSL21.82º17.46%87.65%-
HSV(B)21.82º4.8%89.8%-
XYZ71.0973.9676.86-
YUV223.64124.82131.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.23%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=34.23%
G=33.18%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922221800.030.050.1021.8217.4687.65
HexE5DEDA035A161158
Octal345336332035122621130
Binary111001011101111011011010011101101010110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEDA; }

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

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

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

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

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

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

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

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