Shades of Snuff #ECC0EF
Tints of Snuff #ECC0EF
RGB
CMYK
RGB Variations
Color information
#ECC0EF (or 0xECC0EF) is known color: Snuff. HEX triplet: EC, C0 and EF. RGB value is (236,192,239). Sum of RGB (Red+Green+Blue) = 236+192+239=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0EF is #133F10. Grayscale: #D2D2D2. Windows color (decimal): -1261329 or 15712492. OLE color: 15712492.
HSL color Cylindrical-coordinate representation of color #ECC0EF: hue angle of 296.17º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC0EF is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 192 | 239 | - |
CMYK | 0.01 | 0.20 | 0 | 0.06 |
HSL | 296.17º | 0.59% | 0.85% | - |
HSV(B) | 296.17º | 0.2% | 0.94% | - |
XYZ | 69.02 | 61.76 | 89.95 | - |
YUV | 210.51 | 144.08 | 146.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 192 | 239 | 0.01 | 0.20 | 0 | 0.06 | 296.17 | 0.59 | 0.85 |
Hex | EC | C0 | EF | 1 | 14 | 0 | 6 | 128 | 3B | 55 |
Octal | 354 | 300 | 357 | 1 | 24 | 0 | 6 | 450 | 73 | 125 |
Binary | 11101100 | 11000000 | 11101111 | 1 | 10100 | 0 | 110 | 100101000 | 111011 | 1010101 |
Color Harmonies of #ECC0EF
Complementary color
Monochromatic Colors of #ECC0EF
Black with #ECC0EF
Text Example
Text Example
White with #ECC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0EF; }
p { color: rgb(236,192,239); }
H1.HeaderClassName
{
color: #ECC0EF;
}
.AnyTagClassName
{
color: #ECC0EF;
}
</style>
background-color css
<style>
a { background-color: #ECC0EF; }
a { background-color: rgb(236,192,239); }
div.DivClassName
{
background-color: #ECC0EF;
}
.BgClassName
{
background-color: #ECC0EF;
}
</style>
border-color css
<style>
span { border-color: #ECC0EF; }
span { border-color: rgb(236,192,239); }
td.TdClassName
{
border-color: #ECC0EF;
}
.TagClassName
{
border-color: #ECC0EF;
}
</style>