Shades of Snuff #EDC2F1
Tints of Snuff #EDC2F1
RGB
CMYK
RGB Variations
Color information
#EDC2F1 (or 0xEDC2F1) is known color: Snuff. HEX triplet: ED, C2 and F1. RGB value is (237,194,241). Sum of RGB (Red+Green+Blue) = 237+194+241=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 194 (76.17% from 255 or 28.87% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2F1 is #123D0E. Grayscale: #D4D4D4. Windows color (decimal): -1195279 or 15844077. OLE color: 15844077.
HSL color Cylindrical-coordinate representation of color #EDC2F1: hue angle of 294.89º degrees, saturation: 0.63, 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 #EDC2F1 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 194 | 241 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.05 |
| HSL | 294.89º | 0.63% | 0.85% | - |
| HSV(B) | 294.89º | 0.2% | 0.95% | - |
| XYZ | 70.09 | 62.94 | 91.67 | - |
| YUV | 212.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 241 | 0.02 | 0.20 | 0 | 0.05 | 294.89 | 0.63 | 0.85 |
| Hex | ED | C2 | F1 | 2 | 14 | 0 | 5 | 127 | 3F | 55 |
| Octal | 355 | 302 | 361 | 2 | 24 | 0 | 5 | 447 | 77 | 125 |
| Binary | 11101101 | 11000010 | 11110001 | 10 | 10100 | 0 | 101 | 100100111 | 111111 | 1010101 |
Color Harmonies of #EDC2F1
Complementary color
Monochromatic Colors of #EDC2F1
Black with #EDC2F1
Text Example
Text Example
White with #EDC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2F1; }
p { color: rgb(237,194,241); }
H1.HeaderClassName
{
color: #EDC2F1;
}
.AnyTagClassName
{
color: #EDC2F1;
}
</style>
background-color css
<style>
a { background-color: #EDC2F1; }
a { background-color: rgb(237,194,241); }
div.DivClassName
{
background-color: #EDC2F1;
}
.BgClassName
{
background-color: #EDC2F1;
}
</style>
border-color css
<style>
span { border-color: #EDC2F1; }
span { border-color: rgb(237,194,241); }
td.TdClassName
{
border-color: #EDC2F1;
}
.TagClassName
{
border-color: #EDC2F1;
}
</style>