#E9E0CE

Color #E9E0CE Bleach White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bleach White #E9E0CE

Tints of Bleach White #E9E0CE

Color information

#E9E0CE (or 0xE9E0CE) is unknown color: approx Bleach White. HEX triplet: E9, E0 and CE. RGB value is (233,224,206). Sum of RGB (Red+Green+Blue) = 233+224+206=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E0CE is #161F31. Grayscale: #E0E0E0. Windows color (decimal): -1449778 or 13557993. OLE color: 13557993.

HSL color Cylindrical-coordinate representation of color #E9E0CE: hue angle of 40º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9E0CE is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233224206-
CMYK00.040.120.09
HSL40º38.03%86.08%-
HSV(B)40º11.59%91.37%-
XYZ71.475.0969.12-
YUV224.64117.48133.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.14%
GREEN value IS 224 (87.89% from 255) = 33.79%
BLUE value IS 206 (80.86% from 255) = 31.07%
R=35.14%
G=33.79%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322420600.040.120.094038.0386.08
HexE9E0CE04C9282656
Octal3513403160414115046126
Binary1110100111100000110011100100110010011010001001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0CE; }

 p { color: rgb(233,224,206); }

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

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

 a { background-color: rgb(233,224,206); }

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

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

 span { border-color: rgb(233,224,206); }

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