#EED1EA

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

Shades of Snuff #EED1EA

Tints of Snuff #EED1EA

Color information

#EED1EA (or 0xEED1EA) is unknown color: approx Snuff. HEX triplet: EE, D1 and EA. RGB value is (238,209,234). Sum of RGB (Red+Green+Blue) = 238+209+234=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1EA is #112E15. Grayscale: #DCDCDC. Windows color (decimal): -1125910 or 15389166. OLE color: 15389166.

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

Color convert

RGB238209234-
CMYK00.120.020.07
HSL308.28º46.03%87.65%-
HSV(B)308.28º12.18%93.33%-
XYZ72.9169.7287.46-
YUV220.52135.61140.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 209 (82.03% from 255) = 30.69%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=34.95%
G=30.69%
B=34.36%

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
Decimal23820923400.120.020.07308.2846.0387.65
HexEED1EA0C271342e58
Octal3563213520142746456130
Binary11101110110100011110101001100101111001101001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1EA; }

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

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

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

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

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

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

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

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