Shades of Snuff #ECC5F0
Tints of Snuff #ECC5F0
RGB
CMYK
RGB Variations
Color information
#ECC5F0 (or 0xECC5F0) is known color: Snuff. HEX triplet: EC, C5 and F0. RGB value is (236,197,240). Sum of RGB (Red+Green+Blue) = 236+197+240=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 197 (77.34% from 255 or 29.27% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECC5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5F0 is #133A0F. Grayscale: #D5D5D5. Windows color (decimal): -1260048 or 15779308. OLE color: 15779308.
HSL color Cylindrical-coordinate representation of color #ECC5F0: hue angle of 294.42º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC5F0 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 197 | 240 | - |
CMYK | 0.02 | 0.18 | 0 | 0.06 |
HSL | 294.42º | 0.59% | 0.86% | - |
HSV(B) | 294.42º | 0.18% | 0.94% | - |
XYZ | 70.29 | 64.06 | 91.1 | - |
YUV | 213.56 | 142.92 | 144 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 197 | 240 | 0.02 | 0.18 | 0 | 0.06 | 294.42 | 0.59 | 0.86 |
Hex | EC | C5 | F0 | 2 | 12 | 0 | 6 | 126 | 3B | 56 |
Octal | 354 | 305 | 360 | 2 | 22 | 0 | 6 | 446 | 73 | 126 |
Binary | 11101100 | 11000101 | 11110000 | 10 | 10010 | 0 | 110 | 100100110 | 111011 | 1010110 |
Color Harmonies of #ECC5F0
Complementary color
Monochromatic Colors of #ECC5F0
Black with #ECC5F0
Text Example
Text Example
White with #ECC5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5F0; }
p { color: rgb(236,197,240); }
H1.HeaderClassName
{
color: #ECC5F0;
}
.AnyTagClassName
{
color: #ECC5F0;
}
</style>
background-color css
<style>
a { background-color: #ECC5F0; }
a { background-color: rgb(236,197,240); }
div.DivClassName
{
background-color: #ECC5F0;
}
.BgClassName
{
background-color: #ECC5F0;
}
</style>
border-color css
<style>
span { border-color: #ECC5F0; }
span { border-color: rgb(236,197,240); }
td.TdClassName
{
border-color: #ECC5F0;
}
.TagClassName
{
border-color: #ECC5F0;
}
</style>