#EED2EC

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

Shades of Snuff #EED2EC

Tints of Snuff #EED2EC

Color information

#EED2EC (or 0xEED2EC) is unknown color: approx Snuff. HEX triplet: EE, D2 and EC. RGB value is (238,210,236). Sum of RGB (Red+Green+Blue) = 238+210+236=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2EC is #112D13. Grayscale: #DDDDDD. Windows color (decimal): -1125652 or 15520494. OLE color: 15520494.

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

Color convert

RGB238210236-
CMYK00.120.010.07
HSL304.29º45.16%87.84%-
HSV(B)304.29º11.76%93.33%-
XYZ73.4570.3389.06-
YUV221.34136.28139.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 210 (82.42% from 255) = 30.70%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=34.80%
G=30.70%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821023600.120.010.07304.2945.1687.84
HexEED2EC0C171302d58
Octal3563223540141746055130
Binary1110111011010010111011000110011111001100001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2EC; }

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

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

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

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

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

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

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

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