Shades of Snuff #EDC9E9
Tints of Snuff #EDC9E9
RGB
CMYK
RGB Variations
Color information
#EDC9E9 (or 0xEDC9E9) is known color: Snuff. HEX triplet: ED, C9 and E9. RGB value is (237,201,233). Sum of RGB (Red+Green+Blue) = 237+201+233=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9E9 is #123616. Grayscale: #D7D7D7. Windows color (decimal): -1193495 or 15321581. OLE color: 15321581.
HSL color Cylindrical-coordinate representation of color #EDC9E9: hue angle of 306.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9E9 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 233 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.07 |
| HSL | 306.67º | 0.5% | 0.86% | - |
| HSV(B) | 306.67º | 0.15% | 0.93% | - |
| XYZ | 70.52 | 65.66 | 86.05 | - |
| YUV | 215.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 233 | 0 | 0.15 | 0.02 | 0.07 | 306.67 | 0.5 | 0.86 |
| Hex | ED | C9 | E9 | 0 | F | 2 | 7 | 133 | 32 | 56 |
| Octal | 355 | 311 | 351 | 0 | 17 | 2 | 7 | 463 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11101001 | 0 | 1111 | 10 | 111 | 100110011 | 110010 | 1010110 |
Color Harmonies of #EDC9E9
Complementary color
Monochromatic Colors of #EDC9E9
Black with #EDC9E9
Text Example
Text Example
White with #EDC9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9E9; }
p { color: rgb(237,201,233); }
H1.HeaderClassName
{
color: #EDC9E9;
}
.AnyTagClassName
{
color: #EDC9E9;
}
</style>
background-color css
<style>
a { background-color: #EDC9E9; }
a { background-color: rgb(237,201,233); }
div.DivClassName
{
background-color: #EDC9E9;
}
.BgClassName
{
background-color: #EDC9E9;
}
</style>
border-color css
<style>
span { border-color: #EDC9E9; }
span { border-color: rgb(237,201,233); }
td.TdClassName
{
border-color: #EDC9E9;
}
.TagClassName
{
border-color: #EDC9E9;
}
</style>