#EED1EC

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

Shades of Snuff #EED1EC

Tints of Snuff #EED1EC

Color information

#EED1EC (or 0xEED1EC) is unknown color: approx Snuff. HEX triplet: EE, D1 and EC. RGB value is (238,209,236). Sum of RGB (Red+Green+Blue) = 238+209+236=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1EC is #112E13. Grayscale: #DCDCDC. Windows color (decimal): -1125908 or 15520238. OLE color: 15520238.

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

Color convert

RGB238209236-
CMYK00.120.010.07
HSL304.14º46.03%87.65%-
HSV(B)304.14º12.18%93.33%-
XYZ73.269.8388.98-
YUV220.75136.61140.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 209 (82.03% from 255) = 30.60%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=34.85%
G=30.60%
B=34.55%

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
Decimal23820923600.120.010.07304.1446.0387.65
HexEED1EC0C171302e58
Octal3563213540141746056130
Binary1110111011010001111011000110011111001100001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1EC; }

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

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

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

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

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

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

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

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