#E6DECD

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

Shades of Bleach White #E6DECD

Tints of Bleach White #E6DECD

Color information

#E6DECD (or 0xE6DECD) is unknown color: approx Bleach White. HEX triplet: E6, DE and CD. RGB value is (230,222,205). Sum of RGB (Red+Green+Blue) = 230+222+205=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DECD is #192132. Grayscale: #DEDEDE. Windows color (decimal): -1646899 or 13491942. OLE color: 13491942.

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

Color convert

RGB230222205-
CMYK00.030.110.10
HSL40.8º33.33%85.29%-
HSV(B)40.8º10.87%90.2%-
XYZ69.7773.4768.26-
YUV222.45118.15133.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.01%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=35.01%
G=33.79%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022220500.030.110.1040.833.3385.29
HexE6DECD03BA292155
Octal3463363150313125141125
Binary111001101101111011001101011101110101010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DECD; }

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

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

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

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

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

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

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

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