#E1DFDE

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

Shades of Bon Jour #E1DFDE

Tints of Bon Jour #E1DFDE

Color information

#E1DFDE (or 0xE1DFDE) is unknown color: approx Bon Jour. HEX triplet: E1, DF and DE. RGB value is (225,223,222). Sum of RGB (Red+Green+Blue) = 225+223+222=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFDE is #1E2021. Grayscale: #DFDFDF. Windows color (decimal): -1974306 or 14606305. OLE color: 14606305.

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

Color convert

RGB225223222-
CMYK00.010.010.12
HSL20º4.76%87.65%-
HSV(B)20º1.33%88.24%-
XYZ70.6274.0679.68-
YUV223.48127.16129.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.58%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=33.58%
G=33.28%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522322200.010.010.12204.7687.65
HexE1DFDE011C14558
Octal34133733601114245130
Binary1110000111011111110111100111100101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFDE; }

 p { color: rgb(225,223,222); }

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

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

 a { background-color: rgb(225,223,222); }

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

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

 span { border-color: rgb(225,223,222); }

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