Shades of Snuff #EDC0F2
Tints of Snuff #EDC0F2
RGB
CMYK
RGB Variations
Color information
#EDC0F2 (or 0xEDC0F2) is known color: Snuff. HEX triplet: ED, C0 and F2. RGB value is (237,192,242). Sum of RGB (Red+Green+Blue) = 237+192+242=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDC0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0F2 is #123F0D. Grayscale: #D3D3D3. Windows color (decimal): -1195790 or 15909101. OLE color: 15909101.
HSL color Cylindrical-coordinate representation of color #EDC0F2: hue angle of 294º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC0F2 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 192 | 242 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.05 |
| HSL | 294º | 0.66% | 0.85% | - |
| HSV(B) | 294º | 0.21% | 0.95% | - |
| XYZ | 69.8 | 62.11 | 92.31 | - |
| YUV | 211.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 242 | 0.02 | 0.21 | 0 | 0.05 | 294 | 0.66 | 0.85 |
| Hex | ED | C0 | F2 | 2 | 15 | 0 | 5 | 126 | 42 | 55 |
| Octal | 355 | 300 | 362 | 2 | 25 | 0 | 5 | 446 | 102 | 125 |
| Binary | 11101101 | 11000000 | 11110010 | 10 | 10101 | 0 | 101 | 100100110 | 1000010 | 1010101 |
Color Harmonies of #EDC0F2
Complementary color
Monochromatic Colors of #EDC0F2
Black with #EDC0F2
Text Example
Text Example
White with #EDC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0F2; }
p { color: rgb(237,192,242); }
H1.HeaderClassName
{
color: #EDC0F2;
}
.AnyTagClassName
{
color: #EDC0F2;
}
</style>
background-color css
<style>
a { background-color: #EDC0F2; }
a { background-color: rgb(237,192,242); }
div.DivClassName
{
background-color: #EDC0F2;
}
.BgClassName
{
background-color: #EDC0F2;
}
</style>
border-color css
<style>
span { border-color: #EDC0F2; }
span { border-color: rgb(237,192,242); }
td.TdClassName
{
border-color: #EDC0F2;
}
.TagClassName
{
border-color: #EDC0F2;
}
</style>