Shades of Snuff #ECC4EB
Tints of Snuff #ECC4EB
RGB
CMYK
RGB Variations
Color information
#ECC4EB (or 0xECC4EB) is known color: Snuff. HEX triplet: EC, C4 and EB. RGB value is (236,196,235). Sum of RGB (Red+Green+Blue) = 236+196+235=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC4EB is #133B14. Grayscale: #D4D4D4. Windows color (decimal): -1260309 or 15451372. OLE color: 15451372.
HSL color Cylindrical-coordinate representation of color #ECC4EB: hue angle of 301.5º degrees, saturation: 0.51, 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 #ECC4EB is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 235 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.07 |
| HSL | 301.5º | 0.51% | 0.85% | - |
| HSV(B) | 301.5º | 0.17% | 0.93% | - |
| XYZ | 69.33 | 63.31 | 87.16 | - |
| YUV | 212.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 235 | 0 | 0.17 | 0.00 | 0.07 | 301.5 | 0.51 | 0.85 |
| Hex | EC | C4 | EB | 0 | 11 | 0 | 7 | 12E | 33 | 55 |
| Octal | 354 | 304 | 353 | 0 | 21 | 0 | 7 | 456 | 63 | 125 |
| Binary | 11101100 | 11000100 | 11101011 | 0 | 10001 | 0 | 111 | 100101110 | 110011 | 1010101 |
Color Harmonies of #ECC4EB
Complementary color
Monochromatic Colors of #ECC4EB
Black with #ECC4EB
Text Example
Text Example
White with #ECC4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4EB; }
p { color: rgb(236,196,235); }
H1.HeaderClassName
{
color: #ECC4EB;
}
.AnyTagClassName
{
color: #ECC4EB;
}
</style>
background-color css
<style>
a { background-color: #ECC4EB; }
a { background-color: rgb(236,196,235); }
div.DivClassName
{
background-color: #ECC4EB;
}
.BgClassName
{
background-color: #ECC4EB;
}
</style>
border-color css
<style>
span { border-color: #ECC4EB; }
span { border-color: rgb(236,196,235); }
td.TdClassName
{
border-color: #ECC4EB;
}
.TagClassName
{
border-color: #ECC4EB;
}
</style>