#E3DDDA

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

Shades of Bon Jour #E3DDDA

Tints of Bon Jour #E3DDDA

Color information

#E3DDDA (or 0xE3DDDA) is unknown color: approx Bon Jour. HEX triplet: E3, DD and DA. RGB value is (227,221,218). Sum of RGB (Red+Green+Blue) = 227+221+218=666 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.08% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDDA is #1C2225. Grayscale: #DEDEDE. Windows color (decimal): -1843750 or 14343651. OLE color: 14343651.

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

Color convert

RGB227221218-
CMYK00.030.040.11
HSL20º13.85%87.25%-
HSV(B)20º3.96%89.02%-
XYZ70.1973.1176.74-
YUV222.45125.49131.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.08%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=34.08%
G=33.18%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722121800.030.040.112013.8587.25
HexE3DDDA034B14e57
Octal343335332034132416127
Binary11100011110111011101101001110010111010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DDDA; }

 p { color: rgb(227,221,218); }

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

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

 a { background-color: rgb(227,221,218); }

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

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

 span { border-color: rgb(227,221,218); }

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