#EDDECC

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

Shades of Bleach White #EDDECC

Tints of Bleach White #EDDECC

Color information

#EDDECC (or 0xEDDECC) is unknown color: approx Bleach White. HEX triplet: ED, DE and CC. RGB value is (237,222,204). Sum of RGB (Red+Green+Blue) = 237+222+204=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDECC is #122133. Grayscale: #E0E0E0. Windows color (decimal): -1188148 or 13426413. OLE color: 13426413.

HSL color Cylindrical-coordinate representation of color #EDDECC: hue angle of 32.73º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDDECC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237222204-
CMYK00.060.140.07
HSL32.73º47.83%86.47%-
HSV(B)32.73º13.92%92.94%-
XYZ71.9574.6167.74-
YUV224.43116.47136.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=35.75%
G=33.48%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722220400.060.140.0732.7347.8386.47
HexEDDECC06E7213056
Octal355336314061674160126
Binary111011011101111011001100011011101111000011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDECC; }

 p { color: rgb(237,222,204); }

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

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

 a { background-color: rgb(237,222,204); }

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

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

 span { border-color: rgb(237,222,204); }

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