#EDD9ED

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

Shades of Snuff #EDD9ED

Tints of Snuff #EDD9ED

Color information

#EDD9ED (or 0xEDD9ED) is unknown color: approx Snuff. HEX triplet: ED, D9 and ED. RGB value is (237,217,237). Sum of RGB (Red+Green+Blue) = 237+217+237=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9ED is #122612. Grayscale: #E1E1E1. Windows color (decimal): -1189395 or 15587821. OLE color: 15587821.

HSL color Cylindrical-coordinate representation of color #EDD9ED: hue angle of 300º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDD9ED is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237217237-
CMYK00.0800.07
HSL300º35.71%89.02%-
HSV(B)300º8.44%92.94%-
XYZ75.0273.7490.4-
YUV225.26134.63136.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 217 (85.16% from 255) = 31.40%
BLUE value IS 237 (92.97% from 255) = 34.30%
R=34.30%
G=31.40%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721723700.0800.0730035.7189.02
HexEDD9ED080712c2459
Octal3553313550100745444131
Binary1110110111011001111011010100001111001011001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9ED; }

 p { color: rgb(237,217,237); }

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

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

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

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

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

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

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