#EDD1ED

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

Shades of Snuff #EDD1ED

Tints of Snuff #EDD1ED

Color information

#EDD1ED (or 0xEDD1ED) is unknown color: approx Snuff. HEX triplet: ED, D1 and ED. RGB value is (237,209,237). Sum of RGB (Red+Green+Blue) = 237+209+237=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1ED is #122E12. Grayscale: #DCDCDC. Windows color (decimal): -1191443 or 15585773. OLE color: 15585773.

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

Color convert

RGB237209237-
CMYK00.1200.07
HSL300º43.75%87.45%-
HSV(B)300º11.81%92.94%-
XYZ73.0169.7289.73-
YUV220.56137.28139.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 209 (82.03% from 255) = 30.60%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=34.70%
G=30.60%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720923700.1200.0730043.7587.45
HexEDD1ED0C0712c2c57
Octal3553213550140745454127
Binary1110110111010001111011010110001111001011001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1ED; }

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

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

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

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

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

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

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

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