#EED2EA

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

Shades of Snuff #EED2EA

Tints of Snuff #EED2EA

Color information

#EED2EA (or 0xEED2EA) is unknown color: approx Snuff. HEX triplet: EE, D2 and EA. RGB value is (238,210,234). Sum of RGB (Red+Green+Blue) = 238+210+234=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2EA is #112D15. Grayscale: #DDDDDD. Windows color (decimal): -1125654 or 15389422. OLE color: 15389422.

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

Color convert

RGB238210234-
CMYK00.120.020.07
HSL308.57º45.16%87.84%-
HSV(B)308.57º11.76%93.33%-
XYZ73.1670.2187.54-
YUV221.11135.28140.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=34.90%
G=30.79%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821023400.120.020.07308.5745.1687.84
HexEED2EA0C271352d58
Octal3563223520142746555130
Binary11101110110100101110101001100101111001101011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2EA; }

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

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

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

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

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

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

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

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