#EED9EB

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

Shades of Snuff #EED9EB

Tints of Snuff #EED9EB

Color information

#EED9EB (or 0xEED9EB) is unknown color: approx Snuff. HEX triplet: EE, D9 and EB. RGB value is (238,217,235). Sum of RGB (Red+Green+Blue) = 238+217+235=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9EB is #112614. Grayscale: #E1E1E1. Windows color (decimal): -1123861 or 15456750. OLE color: 15456750.

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

Color convert

RGB238217235-
CMYK00.090.010.07
HSL308.57º38.18%89.22%-
HSV(B)308.57º8.82%93.33%-
XYZ75.0773.888.89-
YUV225.33133.46137.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 217 (85.16% from 255) = 31.45%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=34.49%
G=31.45%
B=34.06%

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
Decimal23821723500.090.010.07308.5738.1889.22
HexEED9EB09171352659
Octal3563313530111746546131
Binary1110111011011001111010110100111111001101011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9EB; }

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

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

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

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

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

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

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

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