#E7DECE

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

Shades of Bleach White #E7DECE

Tints of Bleach White #E7DECE

Color information

#E7DECE (or 0xE7DECE) is unknown color: approx Bleach White. HEX triplet: E7, DE and CE. RGB value is (231,222,206). Sum of RGB (Red+Green+Blue) = 231+222+206=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DECE is #182131. Grayscale: #DEDEDE. Windows color (decimal): -1581362 or 13557479. OLE color: 13557479.

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

Color convert

RGB231222206-
CMYK00.040.110.09
HSL38.4º34.25%85.69%-
HSV(B)38.4º10.82%90.59%-
XYZ70.2273.6968.91-
YUV222.87118.48133.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.05%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 206 (80.86% from 255) = 31.26%
R=35.05%
G=33.69%
B=31.26%

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
Decimal23122220600.040.110.0938.434.2585.69
HexE7DECE04B9262256
Octal3473363160413114642126
Binary1110011111011110110011100100101110011001101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DECE; }

 p { color: rgb(231,222,206); }

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

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

 a { background-color: rgb(231,222,206); }

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

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

 span { border-color: rgb(231,222,206); }

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