#EED4E8

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

Shades of Snuff #EED4E8

Tints of Snuff #EED4E8

Color information

#EED4E8 (or 0xEED4E8) is unknown color: approx Snuff. HEX triplet: EE, D4 and E8. RGB value is (238,212,232). Sum of RGB (Red+Green+Blue) = 238+212+232=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4E8 is #112B17. Grayscale: #DEDEDE. Windows color (decimal): -1125144 or 15258862. OLE color: 15258862.

HSL color Cylindrical-coordinate representation of color #EED4E8: hue angle of 313.85º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED4E8 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238212232-
CMYK00.110.030.07
HSL313.85º43.33%88.24%-
HSV(B)313.85º10.92%93.33%-
XYZ73.3771.0986.2-
YUV222.05133.61139.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 212 (83.20% from 255) = 31.09%
BLUE value IS 232 (91.02% from 255) = 34.02%
R=34.90%
G=31.09%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821223200.110.030.07313.8543.3388.24
HexEED4E80B3713a2b58
Octal3563243500133747253130
Binary11101110110101001110100001011111111001110101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4E8; }

 p { color: rgb(238,212,232); }

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

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

 a { background-color: rgb(238,212,232); }

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

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

 span { border-color: rgb(238,212,232); }

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