Shades of Snuff #EDC9F1
Tints of Snuff #EDC9F1
RGB
CMYK
RGB Variations
Color information
#EDC9F1 (or 0xEDC9F1) is known color: Snuff. HEX triplet: ED, C9 and F1. RGB value is (237,201,241). Sum of RGB (Red+Green+Blue) = 237+201+241=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDC9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9F1 is #12360E. Grayscale: #D8D8D8. Windows color (decimal): -1193487 or 15845869. OLE color: 15845869.
HSL color Cylindrical-coordinate representation of color #EDC9F1: hue angle of 294º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC9F1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 201 | 241 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.05 |
| HSL | 294º | 0.59% | 0.87% | - |
| HSV(B) | 294º | 0.17% | 0.95% | - |
| XYZ | 71.69 | 66.13 | 92.2 | - |
| YUV | 216.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 241 | 0.02 | 0.17 | 0 | 0.05 | 294 | 0.59 | 0.87 |
| Hex | ED | C9 | F1 | 2 | 11 | 0 | 5 | 126 | 3B | 57 |
| Octal | 355 | 311 | 361 | 2 | 21 | 0 | 5 | 446 | 73 | 127 |
| Binary | 11101101 | 11001001 | 11110001 | 10 | 10001 | 0 | 101 | 100100110 | 111011 | 1010111 |
Color Harmonies of #EDC9F1
Complementary color
Monochromatic Colors of #EDC9F1
Black with #EDC9F1
Text Example
Text Example
White with #EDC9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9F1; }
p { color: rgb(237,201,241); }
H1.HeaderClassName
{
color: #EDC9F1;
}
.AnyTagClassName
{
color: #EDC9F1;
}
</style>
background-color css
<style>
a { background-color: #EDC9F1; }
a { background-color: rgb(237,201,241); }
div.DivClassName
{
background-color: #EDC9F1;
}
.BgClassName
{
background-color: #EDC9F1;
}
</style>
border-color css
<style>
span { border-color: #EDC9F1; }
span { border-color: rgb(237,201,241); }
td.TdClassName
{
border-color: #EDC9F1;
}
.TagClassName
{
border-color: #EDC9F1;
}
</style>