Shades of Snuff #EED5E8
Tints of Snuff #EED5E8
RGB
CMYK
RGB Variations
Color information
#EED5E8 (or 0xEED5E8) is known color: 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
RGB | 238 | 213 | 232 | - |
CMYK | 0 | 0.11 | 0.03 | 0.07 |
HSL | 314.4º | 0.42% | 0.88% | - |
HSV(B) | 314.4º | 0.11% | 0.93% | - |
XYZ | 73.62 | 71.59 | 86.28 | - |
YUV | 222.64 | 133.28 | 138.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 213 | 232 | 0 | 0.11 | 0.03 | 0.07 | 314.4 | 0.42 | 0.88 |
Hex | EE | D5 | E8 | 0 | B | 3 | 7 | 13A | 2A | 58 |
Octal | 356 | 325 | 350 | 0 | 13 | 3 | 7 | 472 | 52 | 130 |
Binary | 11101110 | 11010101 | 11101000 | 0 | 1011 | 11 | 111 | 100111010 | 101010 | 1011000 |
Color Harmonies of #EED5E8
Complementary color
Monochromatic Colors of #EED5E8
Black with #EED5E8
Text Example
Text Example
White with #EED5E8
Text Example
Text Example
HTML Codes & Css Web 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>