Shades of Snuff #EDC9EC
Tints of Snuff #EDC9EC
RGB
CMYK
RGB Variations
Color information
#EDC9EC (or 0xEDC9EC) is known color: Snuff. HEX triplet: ED, C9 and EC. RGB value is (237,201,236). Sum of RGB (Red+Green+Blue) = 237+201+236=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9EC is #123613. Grayscale: #D7D7D7. Windows color (decimal): -1193492 or 15518189. OLE color: 15518189.
HSL color Cylindrical-coordinate representation of color #EDC9EC: hue angle of 301.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 #EDC9EC is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 236 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.07 |
| HSL | 301.67º | 0.5% | 0.86% | - |
| HSV(B) | 301.67º | 0.15% | 0.93% | - |
| XYZ | 70.95 | 65.83 | 88.32 | - |
| YUV | 215.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 236 | 0 | 0.15 | 0.00 | 0.07 | 301.67 | 0.5 | 0.86 |
| Hex | ED | C9 | EC | 0 | F | 0 | 7 | 12E | 32 | 56 |
| Octal | 355 | 311 | 354 | 0 | 17 | 0 | 7 | 456 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11101100 | 0 | 1111 | 0 | 111 | 100101110 | 110010 | 1010110 |
Color Harmonies of #EDC9EC
Complementary color
Monochromatic Colors of #EDC9EC
Black with #EDC9EC
Text Example
Text Example
White with #EDC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9EC; }
p { color: rgb(237,201,236); }
H1.HeaderClassName
{
color: #EDC9EC;
}
.AnyTagClassName
{
color: #EDC9EC;
}
</style>
background-color css
<style>
a { background-color: #EDC9EC; }
a { background-color: rgb(237,201,236); }
div.DivClassName
{
background-color: #EDC9EC;
}
.BgClassName
{
background-color: #EDC9EC;
}
</style>
border-color css
<style>
span { border-color: #EDC9EC; }
span { border-color: rgb(237,201,236); }
td.TdClassName
{
border-color: #EDC9EC;
}
.TagClassName
{
border-color: #EDC9EC;
}
</style>