#E9E0CD

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

Shades of Bleach White #E9E0CD

Tints of Bleach White #E9E0CD

Color information

#E9E0CD (or 0xE9E0CD) is unknown color: approx Bleach White. HEX triplet: E9, E0 and CD. RGB value is (233,224,205). Sum of RGB (Red+Green+Blue) = 233+224+205=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E0CD is #161F32. Grayscale: #E0E0E0. Windows color (decimal): -1449779 or 13492457. OLE color: 13492457.

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

Color convert

RGB233224205-
CMYK00.040.120.09
HSL40.71º38.89%85.88%-
HSV(B)40.71º12.02%91.37%-
XYZ71.2875.0468.49-
YUV224.52116.98134.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.20%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=35.20%
G=33.84%
B=30.97%

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
Decimal23322420500.040.120.0940.7138.8985.88
HexE9E0CD04C9292756
Octal3513403150414115147126
Binary1110100111100000110011010100110010011010011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0CD; }

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

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

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

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

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

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

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

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