Shades of Snuff #ECCAF2
Tints of Snuff #ECCAF2
RGB
CMYK
RGB Variations
Color information
#ECCAF2 (or 0xECCAF2) is known color: Snuff. HEX triplet: EC, CA and F2. RGB value is (236,202,242). Sum of RGB (Red+Green+Blue) = 236+202+242=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECCAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAF2 is #13350D. Grayscale: #D8D8D8. Windows color (decimal): -1258766 or 15911660. OLE color: 15911660.
HSL color Cylindrical-coordinate representation of color #ECCAF2: hue angle of 291º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCAF2 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 202 | 242 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.05 |
| HSL | 291º | 0.61% | 0.87% | - |
| HSV(B) | 291º | 0.17% | 0.95% | - |
| XYZ | 71.74 | 66.48 | 93.06 | - |
| YUV | 216.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 242 | 0.02 | 0.17 | 0 | 0.05 | 291 | 0.61 | 0.87 |
| Hex | EC | CA | F2 | 2 | 11 | 0 | 5 | 123 | 3D | 57 |
| Octal | 354 | 312 | 362 | 2 | 21 | 0 | 5 | 443 | 75 | 127 |
| Binary | 11101100 | 11001010 | 11110010 | 10 | 10001 | 0 | 101 | 100100011 | 111101 | 1010111 |
Color Harmonies of #ECCAF2
Complementary color
Monochromatic Colors of #ECCAF2
Black with #ECCAF2
Text Example
Text Example
White with #ECCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAF2; }
p { color: rgb(236,202,242); }
H1.HeaderClassName
{
color: #ECCAF2;
}
.AnyTagClassName
{
color: #ECCAF2;
}
</style>
background-color css
<style>
a { background-color: #ECCAF2; }
a { background-color: rgb(236,202,242); }
div.DivClassName
{
background-color: #ECCAF2;
}
.BgClassName
{
background-color: #ECCAF2;
}
</style>
border-color css
<style>
span { border-color: #ECCAF2; }
span { border-color: rgb(236,202,242); }
td.TdClassName
{
border-color: #ECCAF2;
}
.TagClassName
{
border-color: #ECCAF2;
}
</style>