#EED5E8

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

Shades of Snuff #EED5E8

Tints of Snuff #EED5E8

Color information

#EED5E8 (or 0xEED5E8) is unknown color: approx Snuff. HEX triplet: EE, D5 and E8. RGB value is (238,213,232). Sum of RGB (Red+Green+Blue) = 238+213+232=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5E8 is #112A17. Grayscale: #DEDEDE. Windows color (decimal): -1124888 or 15259118. OLE color: 15259118.

HSL color Cylindrical-coordinate representation of color #EED5E8: hue angle of 314.4º degrees, saturation: 0.42, 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 #EED5E8 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238213232-
CMYK00.110.030.07
HSL314.4º42.37%88.43%-
HSV(B)314.4º10.5%93.33%-
XYZ73.6271.5986.28-
YUV222.64133.28138.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 213 (83.59% from 255) = 31.19%
BLUE value IS 232 (91.02% from 255) = 33.97%
R=34.85%
G=31.19%
B=33.97%

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
Decimal23821323200.110.030.07314.442.3788.43
HexEED5E80B3713a2a58
Octal3563253500133747252130
Binary11101110110101011110100001011111111001110101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5E8; }

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

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

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

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

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

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

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

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