Shades of Snuff #ECCFF1
Tints of Snuff #ECCFF1
RGB
CMYK
RGB Variations
Color information
#ECCFF1 (or 0xECCFF1) is known color: Snuff. HEX triplet: EC, CF and F1. RGB value is (236,207,241). Sum of RGB (Red+Green+Blue) = 236+207+241=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECCFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFF1 is #13300E. Grayscale: #DBDBDB. Windows color (decimal): -1257487 or 15847404. OLE color: 15847404.
HSL color Cylindrical-coordinate representation of color #ECCFF1: hue angle of 291.18º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCFF1 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 207 | 241 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.05 |
| HSL | 291.18º | 0.55% | 0.88% | - |
| HSV(B) | 291.18º | 0.14% | 0.95% | - |
| XYZ | 72.78 | 68.81 | 92.66 | - |
| YUV | 219.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 241 | 0.02 | 0.14 | 0 | 0.05 | 291.18 | 0.55 | 0.88 |
| Hex | EC | CF | F1 | 2 | E | 0 | 5 | 123 | 37 | 58 |
| Octal | 354 | 317 | 361 | 2 | 16 | 0 | 5 | 443 | 67 | 130 |
| Binary | 11101100 | 11001111 | 11110001 | 10 | 1110 | 0 | 101 | 100100011 | 110111 | 1011000 |
Color Harmonies of #ECCFF1
Complementary color
Monochromatic Colors of #ECCFF1
Black with #ECCFF1
Text Example
Text Example
White with #ECCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFF1; }
p { color: rgb(236,207,241); }
H1.HeaderClassName
{
color: #ECCFF1;
}
.AnyTagClassName
{
color: #ECCFF1;
}
</style>
background-color css
<style>
a { background-color: #ECCFF1; }
a { background-color: rgb(236,207,241); }
div.DivClassName
{
background-color: #ECCFF1;
}
.BgClassName
{
background-color: #ECCFF1;
}
</style>
border-color css
<style>
span { border-color: #ECCFF1; }
span { border-color: rgb(236,207,241); }
td.TdClassName
{
border-color: #ECCFF1;
}
.TagClassName
{
border-color: #ECCFF1;
}
</style>