#E2D6CD

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

Shades of Bon Jour #E2D6CD

Tints of Bon Jour #E2D6CD

Color information

#E2D6CD (or 0xE2D6CD) is unknown color: approx Bon Jour. HEX triplet: E2, D6 and CD. RGB value is (226,214,205). Sum of RGB (Red+Green+Blue) = 226+214+205=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6CD is #1D2932. Grayscale: #D8D8D8. Windows color (decimal): -1911091 or 13489890. OLE color: 13489890.

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

Color convert

RGB226214205-
CMYK00.050.090.11
HSL25.71º26.58%84.51%-
HSV(B)25.71º9.29%88.63%-
XYZ66.4368.6767.51-
YUV216.56121.48134.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.04%
GREEN value IS 214 (83.98% from 255) = 33.18%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=35.04%
G=33.18%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621420500.050.090.1125.7126.5884.51
HexE2D6CD059B1a1b55
Octal3423263150511133233125
Binary11100010110101101100110101011001101111010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D6CD; }

 p { color: rgb(226,214,205); }

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

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

 a { background-color: rgb(226,214,205); }

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

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

 span { border-color: rgb(226,214,205); }

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