#EDDEE9

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

Shades of Snuff #EDDEE9

Tints of Snuff #EDDEE9

Color information

#EDDEE9 (or 0xEDDEE9) is unknown color: approx Snuff. HEX triplet: ED, DE and E9. RGB value is (237,222,233). Sum of RGB (Red+Green+Blue) = 237+222+233=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEE9 is #122116. Grayscale: #E3E3E3. Windows color (decimal): -1188119 or 15326957. OLE color: 15326957.

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

Color convert

RGB237222233-
CMYK00.060.020.07
HSL316º29.41%90%-
HSV(B)316º6.33%92.94%-
XYZ75.7576.1387.79-
YUV227.74130.97134.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 222 (87.11% from 255) = 32.08%
BLUE value IS 233 (91.41% from 255) = 33.67%
R=34.25%
G=32.08%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722223300.060.020.0731629.4190
HexEDDEE9062713c1d5a
Octal355336351062747435132
Binary111011011101111011101001011010111100111100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEE9; }

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

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

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

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

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

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

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

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