#EDDEC9

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

Shades of Bleach White #EDDEC9

Tints of Bleach White #EDDEC9

Color information

#EDDEC9 (or 0xEDDEC9) is unknown color: approx Bleach White. HEX triplet: ED, DE and C9. RGB value is (237,222,201). Sum of RGB (Red+Green+Blue) = 237+222+201=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEC9 is #122136. Grayscale: #E0E0E0. Windows color (decimal): -1188151 or 13229805. OLE color: 13229805.

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

Color convert

RGB237222201-
CMYK00.060.150.07
HSL35º50%85.88%-
HSV(B)35º15.19%92.94%-
XYZ71.5974.4665.86-
YUV224.09114.97137.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 201 (78.91% from 255) = 30.45%
R=35.91%
G=33.64%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722220100.060.150.07355085.88
HexEDDEC906F7233256
Octal355336311061774362126
Binary111011011101111011001001011011111111000111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEC9; }

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

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

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

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

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

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

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

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