Shades of Snuff #EDD7E8
Tints of Snuff #EDD7E8
RGB
CMYK
RGB Variations
Color information
#EDD7E8 (or 0xEDD7E8) is known color: Snuff. HEX triplet: ED, D7 and E8. RGB value is (237,215,232). Sum of RGB (Red+Green+Blue) = 237+215+232=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7E8 is #122817. Grayscale: #DFDFDF. Windows color (decimal): -1189912 or 15259629. OLE color: 15259629.
HSL color Cylindrical-coordinate representation of color #EDD7E8: hue angle of 313.64º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDD7E8 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 232 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.07 |
| HSL | 313.64º | 0.38% | 0.89% | - |
| HSV(B) | 313.64º | 0.09% | 0.93% | - |
| XYZ | 73.79 | 72.43 | 86.44 | - |
| YUV | 223.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 232 | 0 | 0.09 | 0.02 | 0.07 | 313.64 | 0.38 | 0.89 |
| Hex | ED | D7 | E8 | 0 | 9 | 2 | 7 | 13A | 26 | 59 |
| Octal | 355 | 327 | 350 | 0 | 11 | 2 | 7 | 472 | 46 | 131 |
| Binary | 11101101 | 11010111 | 11101000 | 0 | 1001 | 10 | 111 | 100111010 | 100110 | 1011001 |
Color Harmonies of #EDD7E8
Complementary color
Monochromatic Colors of #EDD7E8
Black with #EDD7E8
Text Example
Text Example
White with #EDD7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7E8; }
p { color: rgb(237,215,232); }
H1.HeaderClassName
{
color: #EDD7E8;
}
.AnyTagClassName
{
color: #EDD7E8;
}
</style>
background-color css
<style>
a { background-color: #EDD7E8; }
a { background-color: rgb(237,215,232); }
div.DivClassName
{
background-color: #EDD7E8;
}
.BgClassName
{
background-color: #EDD7E8;
}
</style>
border-color css
<style>
span { border-color: #EDD7E8; }
span { border-color: rgb(237,215,232); }
td.TdClassName
{
border-color: #EDD7E8;
}
.TagClassName
{
border-color: #EDD7E8;
}
</style>