#EED1ED

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

Shades of Snuff #EED1ED

Tints of Snuff #EED1ED

Color information

#EED1ED (or 0xEED1ED) is unknown color: approx Snuff. HEX triplet: EE, D1 and ED. RGB value is (238,209,237). Sum of RGB (Red+Green+Blue) = 238+209+237=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1ED is #112E12. Grayscale: #DCDCDC. Windows color (decimal): -1125907 or 15585774. OLE color: 15585774.

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

Color convert

RGB238209237-
CMYK00.120.000.07
HSL302.07º46.03%87.65%-
HSV(B)302.07º12.18%93.33%-
XYZ73.3569.8989.75-
YUV220.86137.11140.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 209 (82.03% from 255) = 30.56%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=34.80%
G=30.56%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820923700.120.000.07302.0746.0387.65
HexEED1ED0C0712e2e58
Octal3563213550140745656130
Binary1110111011010001111011010110001111001011101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1ED; }

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

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

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

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

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

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

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

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