Shades of Snuff #EDC4F1
Tints of Snuff #EDC4F1
RGB
CMYK
RGB Variations
Color information
#EDC4F1 (or 0xEDC4F1) is known color: Snuff. HEX triplet: ED, C4 and F1. RGB value is (237,196,241). Sum of RGB (Red+Green+Blue) = 237+196+241=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 196 (76.95% from 255 or 29.08% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4F1 is #123B0E. Grayscale: #D5D5D5. Windows color (decimal): -1194767 or 15844589. OLE color: 15844589.
HSL color Cylindrical-coordinate representation of color #EDC4F1: hue angle of 294.67º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC4F1 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 196 | 241 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.05 |
| HSL | 294.67º | 0.62% | 0.86% | - |
| HSV(B) | 294.67º | 0.19% | 0.95% | - |
| XYZ | 70.54 | 63.84 | 91.82 | - |
| YUV | 213.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 241 | 0.02 | 0.19 | 0 | 0.05 | 294.67 | 0.62 | 0.86 |
| Hex | ED | C4 | F1 | 2 | 13 | 0 | 5 | 127 | 3E | 56 |
| Octal | 355 | 304 | 361 | 2 | 23 | 0 | 5 | 447 | 76 | 126 |
| Binary | 11101101 | 11000100 | 11110001 | 10 | 10011 | 0 | 101 | 100100111 | 111110 | 1010110 |
Color Harmonies of #EDC4F1
Complementary color
Monochromatic Colors of #EDC4F1
Black with #EDC4F1
Text Example
Text Example
White with #EDC4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4F1; }
p { color: rgb(237,196,241); }
H1.HeaderClassName
{
color: #EDC4F1;
}
.AnyTagClassName
{
color: #EDC4F1;
}
</style>
background-color css
<style>
a { background-color: #EDC4F1; }
a { background-color: rgb(237,196,241); }
div.DivClassName
{
background-color: #EDC4F1;
}
.BgClassName
{
background-color: #EDC4F1;
}
</style>
border-color css
<style>
span { border-color: #EDC4F1; }
span { border-color: rgb(237,196,241); }
td.TdClassName
{
border-color: #EDC4F1;
}
.TagClassName
{
border-color: #EDC4F1;
}
</style>