#E7DDCD

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

Shades of Bleach White #E7DDCD

Tints of Bleach White #E7DDCD

Color information

#E7DDCD (or 0xE7DDCD) is unknown color: approx Bleach White. HEX triplet: E7, DD and CD. RGB value is (231,221,205). Sum of RGB (Red+Green+Blue) = 231+221+205=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDCD is #182232. Grayscale: #DEDEDE. Windows color (decimal): -1581619 or 13491687. OLE color: 13491687.

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

Color convert

RGB231221205-
CMYK00.040.110.09
HSL36.92º35.14%85.49%-
HSV(B)36.92º11.26%90.59%-
XYZ69.8373.1168.19-
YUV222.17118.31134.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=35.16%
G=33.64%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122120500.040.110.0936.9235.1485.49
HexE7DDCD04B9252355
Octal3473353150413114543125
Binary1110011111011101110011010100101110011001011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDCD; }

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

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

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

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

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

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

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

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