#EED9EC

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

Shades of Snuff #EED9EC

Tints of Snuff #EED9EC

Color information

#EED9EC (or 0xEED9EC) is unknown color: approx Snuff. HEX triplet: EE, D9 and EC. RGB value is (238,217,236). Sum of RGB (Red+Green+Blue) = 238+217+236=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9EC is #112613. Grayscale: #E1E1E1. Windows color (decimal): -1123860 or 15522286. OLE color: 15522286.

HSL color Cylindrical-coordinate representation of color #EED9EC: hue angle of 305.71º 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 #EED9EC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238217236-
CMYK00.090.010.07
HSL305.71º38.18%89.22%-
HSV(B)305.71º8.82%93.33%-
XYZ75.2173.8689.65-
YUV225.44133.96136.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 217 (85.16% from 255) = 31.40%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=34.44%
G=31.40%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821723600.090.010.07305.7138.1889.22
HexEED9EC09171322659
Octal3563313540111746246131
Binary1110111011011001111011000100111111001100101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9EC; }

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

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

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

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

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

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

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

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