Shades of Snuff #ECCEF2
Tints of Snuff #ECCEF2
RGB
CMYK
RGB Variations
Color information
#ECCEF2 (or 0xECCEF2) is known color: Snuff. HEX triplet: EC, CE and F2. RGB value is (236,206,242). Sum of RGB (Red+Green+Blue) = 236+206+242=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECCEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEF2 is #13310D. Grayscale: #DADADA. Windows color (decimal): -1257742 or 15912684. OLE color: 15912684.
HSL color Cylindrical-coordinate representation of color #ECCEF2: hue angle of 290º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCEF2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 206 | 242 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.05 |
| HSL | 290º | 0.58% | 0.88% | - |
| HSV(B) | 290º | 0.15% | 0.95% | - |
| XYZ | 72.69 | 68.39 | 93.37 | - |
| YUV | 219.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 242 | 0.02 | 0.15 | 0 | 0.05 | 290 | 0.58 | 0.88 |
| Hex | EC | CE | F2 | 2 | F | 0 | 5 | 122 | 3A | 58 |
| Octal | 354 | 316 | 362 | 2 | 17 | 0 | 5 | 442 | 72 | 130 |
| Binary | 11101100 | 11001110 | 11110010 | 10 | 1111 | 0 | 101 | 100100010 | 111010 | 1011000 |
Color Harmonies of #ECCEF2
Complementary color
Monochromatic Colors of #ECCEF2
Black with #ECCEF2
Text Example
Text Example
White with #ECCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEF2; }
p { color: rgb(236,206,242); }
H1.HeaderClassName
{
color: #ECCEF2;
}
.AnyTagClassName
{
color: #ECCEF2;
}
</style>
background-color css
<style>
a { background-color: #ECCEF2; }
a { background-color: rgb(236,206,242); }
div.DivClassName
{
background-color: #ECCEF2;
}
.BgClassName
{
background-color: #ECCEF2;
}
</style>
border-color css
<style>
span { border-color: #ECCEF2; }
span { border-color: rgb(236,206,242); }
td.TdClassName
{
border-color: #ECCEF2;
}
.TagClassName
{
border-color: #ECCEF2;
}
</style>