Shades of Snuff #EED5ED
Tints of Snuff #EED5ED
RGB
CMYK
RGB Variations
Color information
#EED5ED (or 0xEED5ED) is known color: Snuff. HEX triplet: EE, D5 and ED. RGB value is (238,213,237). Sum of RGB (Red+Green+Blue) = 238+213+237=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5ED is #112A12. Grayscale: #DFDFDF. Windows color (decimal): -1124883 or 15586798. OLE color: 15586798.
HSL color Cylindrical-coordinate representation of color #EED5ED: hue angle of 302.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 #EED5ED is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 213 | 237 | - |
CMYK | 0 | 0.11 | 0.00 | 0.07 |
HSL | 302.4º | 0.42% | 0.88% | - |
HSV(B) | 302.4º | 0.11% | 0.93% | - |
XYZ | 74.34 | 71.88 | 90.08 | - |
YUV | 223.21 | 135.78 | 138.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 213 | 237 | 0 | 0.11 | 0.00 | 0.07 | 302.4 | 0.42 | 0.88 |
Hex | EE | D5 | ED | 0 | B | 0 | 7 | 12E | 2A | 58 |
Octal | 356 | 325 | 355 | 0 | 13 | 0 | 7 | 456 | 52 | 130 |
Binary | 11101110 | 11010101 | 11101101 | 0 | 1011 | 0 | 111 | 100101110 | 101010 | 1011000 |
Color Harmonies of #EED5ED
Complementary color
Monochromatic Colors of #EED5ED
Black with #EED5ED
Text Example
Text Example
White with #EED5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5ED; }
p { color: rgb(238,213,237); }
H1.HeaderClassName
{
color: #EED5ED;
}
.AnyTagClassName
{
color: #EED5ED;
}
</style>
background-color css
<style>
a { background-color: #EED5ED; }
a { background-color: rgb(238,213,237); }
div.DivClassName
{
background-color: #EED5ED;
}
.BgClassName
{
background-color: #EED5ED;
}
</style>
border-color css
<style>
span { border-color: #EED5ED; }
span { border-color: rgb(238,213,237); }
td.TdClassName
{
border-color: #EED5ED;
}
.TagClassName
{
border-color: #EED5ED;
}
</style>