#E9E1CE

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

Shades of Bleach White #E9E1CE

Tints of Bleach White #E9E1CE

Color information

#E9E1CE (or 0xE9E1CE) is unknown color: approx Bleach White. HEX triplet: E9, E1 and CE. RGB value is (233,225,206). Sum of RGB (Red+Green+Blue) = 233+225+206=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1CE is #161E31. Grayscale: #E1E1E1. Windows color (decimal): -1449522 or 13558249. OLE color: 13558249.

HSL color Cylindrical-coordinate representation of color #E9E1CE: hue angle of 42.22º 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 #E9E1CE is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233225206-
CMYK00.030.120.09
HSL42.22º38.03%86.08%-
HSV(B)42.22º11.59%91.37%-
XYZ71.6775.6369.21-
YUV225.23117.15133.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.09%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 206 (80.86% from 255) = 31.02%
R=35.09%
G=33.89%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322520600.030.120.0942.2238.0386.08
HexE9E1CE03C92a2656
Octal3513413160314115246126
Binary111010011110000111001110011110010011010101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E1CE; }

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

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

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

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

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

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

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

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