Html Css Color HEX #E5DEDA Bon Jour

📋 copy color: '#E5DEDA'

red 229 ◦ green 222 ◦ blue 218

#E5DEDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bon Jour #E5DEDA

Tints of Bon Jour #E5DEDA

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 value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5DEDA (or 0xE5DEDA) is known color: 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

RGB 229 222 218 -
CMYK 0 0.03 0.05 0.10
HSL 21.82º 0.17% 0.88% -
HSV(B) 21.82º 0.05% 0.9% -
XYZ 71.09 73.96 76.86 -
YUV 223.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 229 222 218 0 0.03 0.05 0.10 21.82 0.17 0.88
Hex E5 DE DA 0 3 5 A 16 11 58
Octal 345 336 332 0 3 5 12 26 21 130
Binary 11100101 11011110 11011010 0 11 101 1010 10110 10001 1011000

Color Harmonies of #E5DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEDA

Black with #E5DEDA

Text Example


Text Example

White with #E5DEDA

Text Example


Text Example

HTML Codes & Css Web 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>