Shades of Snuff #ECC4ED
Tints of Snuff #ECC4ED
RGB
CMYK
RGB Variations
Color information
#ECC4ED (or 0xECC4ED) is known color: Snuff. HEX triplet: EC, C4 and ED. RGB value is (236,196,237). Sum of RGB (Red+Green+Blue) = 236+196+237=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC4ED is #133B12. Grayscale: #D4D4D4. Windows color (decimal): -1260307 or 15582444. OLE color: 15582444.
HSL color Cylindrical-coordinate representation of color #ECC4ED: hue angle of 298.54º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC4ED is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 237 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.07 |
| HSL | 298.54º | 0.53% | 0.85% | - |
| HSV(B) | 298.54º | 0.17% | 0.93% | - |
| XYZ | 69.62 | 63.43 | 88.69 | - |
| YUV | 212.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 237 | 0.00 | 0.17 | 0 | 0.07 | 298.54 | 0.53 | 0.85 |
| Hex | EC | C4 | ED | 0 | 11 | 0 | 7 | 12B | 35 | 55 |
| Octal | 354 | 304 | 355 | 0 | 21 | 0 | 7 | 453 | 65 | 125 |
| Binary | 11101100 | 11000100 | 11101101 | 0 | 10001 | 0 | 111 | 100101011 | 110101 | 1010101 |
Color Harmonies of #ECC4ED
Complementary color
Monochromatic Colors of #ECC4ED
Black with #ECC4ED
Text Example
Text Example
White with #ECC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4ED; }
p { color: rgb(236,196,237); }
H1.HeaderClassName
{
color: #ECC4ED;
}
.AnyTagClassName
{
color: #ECC4ED;
}
</style>
background-color css
<style>
a { background-color: #ECC4ED; }
a { background-color: rgb(236,196,237); }
div.DivClassName
{
background-color: #ECC4ED;
}
.BgClassName
{
background-color: #ECC4ED;
}
</style>
border-color css
<style>
span { border-color: #ECC4ED; }
span { border-color: rgb(236,196,237); }
td.TdClassName
{
border-color: #ECC4ED;
}
.TagClassName
{
border-color: #ECC4ED;
}
</style>