Shades of Snuff #EDC4F2
Tints of Snuff #EDC4F2
RGB
CMYK
RGB Variations
Color information
#EDC4F2 (or 0xEDC4F2) is known color: Snuff. HEX triplet: ED, C4 and F2. RGB value is (237,196,242). Sum of RGB (Red+Green+Blue) = 237+196+242=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 196 (76.95% from 255 or 29.04% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDC4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4F2 is #123B0D. Grayscale: #D5D5D5. Windows color (decimal): -1194766 or 15910125. OLE color: 15910125.
HSL color Cylindrical-coordinate representation of color #EDC4F2: hue angle of 293.48º degrees, saturation: 0.64, 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 #EDC4F2 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 196 | 242 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.05 |
| HSL | 293.48º | 0.64% | 0.86% | - |
| HSV(B) | 293.48º | 0.19% | 0.95% | - |
| XYZ | 70.69 | 63.9 | 92.61 | - |
| YUV | 213.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 242 | 0.02 | 0.19 | 0 | 0.05 | 293.48 | 0.64 | 0.86 |
| Hex | ED | C4 | F2 | 2 | 13 | 0 | 5 | 125 | 40 | 56 |
| Octal | 355 | 304 | 362 | 2 | 23 | 0 | 5 | 445 | 100 | 126 |
| Binary | 11101101 | 11000100 | 11110010 | 10 | 10011 | 0 | 101 | 100100101 | 1000000 | 1010110 |
Color Harmonies of #EDC4F2
Complementary color
Monochromatic Colors of #EDC4F2
Black with #EDC4F2
Text Example
Text Example
White with #EDC4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4F2; }
p { color: rgb(237,196,242); }
H1.HeaderClassName
{
color: #EDC4F2;
}
.AnyTagClassName
{
color: #EDC4F2;
}
</style>
background-color css
<style>
a { background-color: #EDC4F2; }
a { background-color: rgb(237,196,242); }
div.DivClassName
{
background-color: #EDC4F2;
}
.BgClassName
{
background-color: #EDC4F2;
}
</style>
border-color css
<style>
span { border-color: #EDC4F2; }
span { border-color: rgb(237,196,242); }
td.TdClassName
{
border-color: #EDC4F2;
}
.TagClassName
{
border-color: #EDC4F2;
}
</style>