#E9DDCD

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

Shades of Bleach White #E9DDCD

Tints of Bleach White #E9DDCD

Color information

#E9DDCD (or 0xE9DDCD) is unknown color: approx Bleach White. HEX triplet: E9, DD and CD. RGB value is (233,221,205). Sum of RGB (Red+Green+Blue) = 233+221+205=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDCD is #162232. Grayscale: #DEDEDE. Windows color (decimal): -1450547 or 13491689. OLE color: 13491689.

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

Color convert

RGB233221205-
CMYK00.050.120.09
HSL34.29º38.89%85.88%-
HSV(B)34.29º12.02%91.37%-
XYZ70.4873.4468.22-
YUV222.76117.98135.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.36%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=35.36%
G=33.54%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322120500.050.120.0934.2938.8985.88
HexE9DDCD05C9222756
Octal3513353150514114247126
Binary1110100111011101110011010101110010011000101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDCD; }

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

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

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

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

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

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

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

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