Shades of Snuff #EDC0F1
Tints of Snuff #EDC0F1
RGB
CMYK
RGB Variations
Color information
#EDC0F1 (or 0xEDC0F1) is known color: Snuff. HEX triplet: ED, C0 and F1. RGB value is (237,192,241). Sum of RGB (Red+Green+Blue) = 237+192+241=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDC0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0F1 is #123F0E. Grayscale: #D2D2D2. Windows color (decimal): -1195791 or 15843565. OLE color: 15843565.
HSL color Cylindrical-coordinate representation of color #EDC0F1: hue angle of 295.1º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC0F1 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 192 | 241 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.05 |
| HSL | 295.1º | 0.64% | 0.85% | - |
| HSV(B) | 295.1º | 0.2% | 0.95% | - |
| XYZ | 69.65 | 62.05 | 91.53 | - |
| YUV | 211.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 241 | 0.02 | 0.20 | 0 | 0.05 | 295.1 | 0.64 | 0.85 |
| Hex | ED | C0 | F1 | 2 | 14 | 0 | 5 | 127 | 40 | 55 |
| Octal | 355 | 300 | 361 | 2 | 24 | 0 | 5 | 447 | 100 | 125 |
| Binary | 11101101 | 11000000 | 11110001 | 10 | 10100 | 0 | 101 | 100100111 | 1000000 | 1010101 |
Color Harmonies of #EDC0F1
Complementary color
Monochromatic Colors of #EDC0F1
Black with #EDC0F1
Text Example
Text Example
White with #EDC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0F1; }
p { color: rgb(237,192,241); }
H1.HeaderClassName
{
color: #EDC0F1;
}
.AnyTagClassName
{
color: #EDC0F1;
}
</style>
background-color css
<style>
a { background-color: #EDC0F1; }
a { background-color: rgb(237,192,241); }
div.DivClassName
{
background-color: #EDC0F1;
}
.BgClassName
{
background-color: #EDC0F1;
}
</style>
border-color css
<style>
span { border-color: #EDC0F1; }
span { border-color: rgb(237,192,241); }
td.TdClassName
{
border-color: #EDC0F1;
}
.TagClassName
{
border-color: #EDC0F1;
}
</style>