#E2D8CF

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

Shades of Bon Jour #E2D8CF

Tints of Bon Jour #E2D8CF

Color information

#E2D8CF (or 0xE2D8CF) is unknown color: approx Bon Jour. HEX triplet: E2, D8 and CF. RGB value is (226,216,207). Sum of RGB (Red+Green+Blue) = 226+216+207=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D8CF is #1D2730. Grayscale: #DADADA. Windows color (decimal): -1910577 or 13621474. OLE color: 13621474.

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

Color convert

RGB226216207-
CMYK00.040.080.11
HSL28.42º24.68%84.9%-
HSV(B)28.42º8.41%88.63%-
XYZ67.1869.7968.96-
YUV217.96121.81133.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 216 (84.77% from 255) = 33.28%
BLUE value IS 207 (81.25% from 255) = 31.90%
R=34.82%
G=33.28%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621620700.040.080.1128.4224.6884.9
HexE2D8CF048B1c1955
Octal3423303170410133431125
Binary11100010110110001100111101001000101111100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D8CF; }

 p { color: rgb(226,216,207); }

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

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

 a { background-color: rgb(226,216,207); }

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

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

 span { border-color: rgb(226,216,207); }

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