#E6DECE

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

Shades of Bleach White #E6DECE

Tints of Bleach White #E6DECE

Color information

#E6DECE (or 0xE6DECE) is unknown color: approx Bleach White. HEX triplet: E6, DE and CE. RGB value is (230,222,206). Sum of RGB (Red+Green+Blue) = 230+222+206=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DECE is #192131. Grayscale: #DEDEDE. Windows color (decimal): -1646898 or 13557478. OLE color: 13557478.

HSL color Cylindrical-coordinate representation of color #E6DECE: hue angle of 40º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DECE is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230222206-
CMYK00.030.100.10
HSL40º32.43%85.49%-
HSV(B)40º10.43%90.2%-
XYZ69.8973.5268.9-
YUV222.57118.65133.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=34.95%
G=33.74%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022220600.030.100.104032.4385.49
HexE6DECE03AA282055
Octal3463363160312125040125
Binary111001101101111011001110011101010101010001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DECE; }

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

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

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

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

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

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

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

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