#E2D9D4

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

Shades of Bon Jour #E2D9D4

Tints of Bon Jour #E2D9D4

Color information

#E2D9D4 (or 0xE2D9D4) is unknown color: approx Bon Jour. HEX triplet: E2, D9 and D4. RGB value is (226,217,212). Sum of RGB (Red+Green+Blue) = 226+217+212=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9D4 is #1D262B. Grayscale: #DBDBDB. Windows color (decimal): -1910316 or 13949410. OLE color: 13949410.

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

Color convert

RGB226217212-
CMYK00.040.060.11
HSL21.43º19.44%85.88%-
HSV(B)21.43º6.19%88.63%-
XYZ68.0670.5572.32-
YUV219.12123.98132.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.50%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=34.50%
G=33.13%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621721200.040.060.1121.4319.4485.88
HexE2D9D4046B151356
Octal342331324046132523126
Binary1110001011011001110101000100110101110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D9D4; }

 p { color: rgb(226,217,212); }

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

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

 a { background-color: rgb(226,217,212); }

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

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

 span { border-color: rgb(226,217,212); }

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