Shades of Snuff #EDC9EF
Tints of Snuff #EDC9EF
RGB
CMYK
RGB Variations
Color information
#EDC9EF (or 0xEDC9EF) is known color: Snuff. HEX triplet: ED, C9 and EF. RGB value is (237,201,239). Sum of RGB (Red+Green+Blue) = 237+201+239=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9EF is #123610. Grayscale: #D7D7D7. Windows color (decimal): -1193489 or 15714797. OLE color: 15714797.
HSL color Cylindrical-coordinate representation of color #EDC9EF: hue angle of 296.84º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC9EF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 201 | 239 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.06 |
| HSL | 296.84º | 0.54% | 0.86% | - |
| HSV(B) | 296.84º | 0.16% | 0.94% | - |
| XYZ | 71.39 | 66.01 | 90.64 | - |
| YUV | 216.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 239 | 0.01 | 0.16 | 0 | 0.06 | 296.84 | 0.54 | 0.86 |
| Hex | ED | C9 | EF | 1 | 10 | 0 | 6 | 129 | 36 | 56 |
| Octal | 355 | 311 | 357 | 1 | 20 | 0 | 6 | 451 | 66 | 126 |
| Binary | 11101101 | 11001001 | 11101111 | 1 | 10000 | 0 | 110 | 100101001 | 110110 | 1010110 |
Color Harmonies of #EDC9EF
Complementary color
Monochromatic Colors of #EDC9EF
Black with #EDC9EF
Text Example
Text Example
White with #EDC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9EF; }
p { color: rgb(237,201,239); }
H1.HeaderClassName
{
color: #EDC9EF;
}
.AnyTagClassName
{
color: #EDC9EF;
}
</style>
background-color css
<style>
a { background-color: #EDC9EF; }
a { background-color: rgb(237,201,239); }
div.DivClassName
{
background-color: #EDC9EF;
}
.BgClassName
{
background-color: #EDC9EF;
}
</style>
border-color css
<style>
span { border-color: #EDC9EF; }
span { border-color: rgb(237,201,239); }
td.TdClassName
{
border-color: #EDC9EF;
}
.TagClassName
{
border-color: #EDC9EF;
}
</style>