#EED9EE

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

Shades of Snuff #EED9EE

Tints of Snuff #EED9EE

Color information

#EED9EE (or 0xEED9EE) is unknown color: approx Snuff. HEX triplet: EE, D9 and EE. RGB value is (238,217,238). Sum of RGB (Red+Green+Blue) = 238+217+238=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EED9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9EE is #112611. Grayscale: #E1E1E1. Windows color (decimal): -1123858 or 15653358. OLE color: 15653358.

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

Color convert

RGB238217238-
CMYK00.0900.07
HSL300º38.18%89.22%-
HSV(B)300º8.82%93.33%-
XYZ75.5173.9891.19-
YUV225.67134.96136.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 217 (85.16% from 255) = 31.31%
BLUE value IS 238 (93.36% from 255) = 34.34%
R=34.34%
G=31.31%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821723800.0900.0730038.1889.22
HexEED9EE090712c2659
Octal3563313560110745446131
Binary1110111011011001111011100100101111001011001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9EE; }

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

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

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

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

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

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

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

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