#EED9EA

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

Shades of Snuff #EED9EA

Tints of Snuff #EED9EA

Color information

#EED9EA (or 0xEED9EA) is unknown color: approx Snuff. HEX triplet: EE, D9 and EA. RGB value is (238,217,234). Sum of RGB (Red+Green+Blue) = 238+217+234=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9EA is #112615. Grayscale: #E1E1E1. Windows color (decimal): -1123862 or 15391214. OLE color: 15391214.

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

Color convert

RGB238217234-
CMYK00.090.020.07
HSL311.43º38.18%89.22%-
HSV(B)311.43º8.82%93.33%-
XYZ74.9273.7488.13-
YUV225.22132.96137.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=34.54%
G=31.49%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821723400.090.020.07311.4338.1889.22
HexEED9EA09271372659
Octal3563313520112746746131
Binary11101110110110011110101001001101111001101111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9EA; }

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

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

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

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

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

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

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

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