#E3DEDB

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

Shades of Bon Jour #E3DEDB

Tints of Bon Jour #E3DEDB

Color information

#E3DEDB (or 0xE3DEDB) is unknown color: approx Bon Jour. HEX triplet: E3, DE and DB. RGB value is (227,222,219). Sum of RGB (Red+Green+Blue) = 227+222+219=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DEDB is #1C2124. Grayscale: #DFDFDF. Windows color (decimal): -1843493 or 14409443. OLE color: 14409443.

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

Color convert

RGB227222219-
CMYK00.020.040.11
HSL22.5º12.5%87.45%-
HSV(B)22.5º3.52%89.02%-
XYZ70.5973.6977.52-
YUV223.15125.66130.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.98%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=33.98%
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.11
SystemRedGreenBlueCMYKHSL
Decimal22722221900.020.040.1122.512.587.45
HexE3DEDB024B17d57
Octal343336333024132715127
Binary11100011110111101101101101010010111011111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DEDB; }

 p { color: rgb(227,222,219); }

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

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

 a { background-color: rgb(227,222,219); }

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

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

 span { border-color: rgb(227,222,219); }

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