Shades of Snuff #ECC0ED
Tints of Snuff #ECC0ED
RGB
CMYK
RGB Variations
Color information
#ECC0ED (or 0xECC0ED) is known color: Snuff. HEX triplet: EC, C0 and ED. RGB value is (236,192,237). Sum of RGB (Red+Green+Blue) = 236+192+237=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0ED is #133F12. Grayscale: #D2D2D2. Windows color (decimal): -1261331 or 15581420. OLE color: 15581420.
HSL color Cylindrical-coordinate representation of color #ECC0ED: hue angle of 298.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0ED is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 192 | 237 | - |
CMYK | 0.00 | 0.19 | 0 | 0.07 |
HSL | 298.67º | 0.56% | 0.84% | - |
HSV(B) | 298.67º | 0.19% | 0.93% | - |
XYZ | 68.73 | 61.65 | 88.4 | - |
YUV | 210.29 | 143.08 | 146.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 192 | 237 | 0.00 | 0.19 | 0 | 0.07 | 298.67 | 0.56 | 0.84 |
Hex | EC | C0 | ED | 0 | 13 | 0 | 7 | 12B | 38 | 54 |
Octal | 354 | 300 | 355 | 0 | 23 | 0 | 7 | 453 | 70 | 124 |
Binary | 11101100 | 11000000 | 11101101 | 0 | 10011 | 0 | 111 | 100101011 | 111000 | 1010100 |
Color Harmonies of #ECC0ED
Complementary color
Monochromatic Colors of #ECC0ED
Black with #ECC0ED
Text Example
Text Example
White with #ECC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0ED; }
p { color: rgb(236,192,237); }
H1.HeaderClassName
{
color: #ECC0ED;
}
.AnyTagClassName
{
color: #ECC0ED;
}
</style>
background-color css
<style>
a { background-color: #ECC0ED; }
a { background-color: rgb(236,192,237); }
div.DivClassName
{
background-color: #ECC0ED;
}
.BgClassName
{
background-color: #ECC0ED;
}
</style>
border-color css
<style>
span { border-color: #ECC0ED; }
span { border-color: rgb(236,192,237); }
td.TdClassName
{
border-color: #ECC0ED;
}
.TagClassName
{
border-color: #ECC0ED;
}
</style>