Shades of Snuff #ECCEF0
Tints of Snuff #ECCEF0
RGB
CMYK
RGB Variations
Color information
#ECCEF0 (or 0xECCEF0) is known color: Snuff. HEX triplet: EC, CE and F0. RGB value is (236,206,240). Sum of RGB (Red+Green+Blue) = 236+206+240=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECCEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEF0 is #13310F. Grayscale: #DADADA. Windows color (decimal): -1257744 or 15781612. OLE color: 15781612.
HSL color Cylindrical-coordinate representation of color #ECCEF0: hue angle of 292.94º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCEF0 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 206 | 240 | - |
CMYK | 0.02 | 0.14 | 0 | 0.06 |
HSL | 292.94º | 0.53% | 0.87% | - |
HSV(B) | 292.94º | 0.14% | 0.94% | - |
XYZ | 72.39 | 68.27 | 91.8 | - |
YUV | 218.85 | 139.94 | 140.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 206 | 240 | 0.02 | 0.14 | 0 | 0.06 | 292.94 | 0.53 | 0.87 |
Hex | EC | CE | F0 | 2 | E | 0 | 6 | 125 | 35 | 57 |
Octal | 354 | 316 | 360 | 2 | 16 | 0 | 6 | 445 | 65 | 127 |
Binary | 11101100 | 11001110 | 11110000 | 10 | 1110 | 0 | 110 | 100100101 | 110101 | 1010111 |
Color Harmonies of #ECCEF0
Complementary color
Monochromatic Colors of #ECCEF0
Black with #ECCEF0
Text Example
Text Example
White with #ECCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEF0; }
p { color: rgb(236,206,240); }
H1.HeaderClassName
{
color: #ECCEF0;
}
.AnyTagClassName
{
color: #ECCEF0;
}
</style>
background-color css
<style>
a { background-color: #ECCEF0; }
a { background-color: rgb(236,206,240); }
div.DivClassName
{
background-color: #ECCEF0;
}
.BgClassName
{
background-color: #ECCEF0;
}
</style>
border-color css
<style>
span { border-color: #ECCEF0; }
span { border-color: rgb(236,206,240); }
td.TdClassName
{
border-color: #ECCEF0;
}
.TagClassName
{
border-color: #ECCEF0;
}
</style>