Shades of Snuff #ECCAE8
Tints of Snuff #ECCAE8
RGB
CMYK
RGB Variations
Color information
#ECCAE8 (or 0xECCAE8) is known color: Snuff. HEX triplet: EC, CA and E8. RGB value is (236,202,232). Sum of RGB (Red+Green+Blue) = 236+202+232=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAE8 is #133517. Grayscale: #D7D7D7. Windows color (decimal): -1258776 or 15256300. OLE color: 15256300.
HSL color Cylindrical-coordinate representation of color #ECCAE8: hue angle of 307.06º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCAE8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 232 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.07 |
| HSL | 307.06º | 0.47% | 0.86% | - |
| HSV(B) | 307.06º | 0.14% | 0.93% | - |
| XYZ | 70.28 | 65.9 | 85.36 | - |
| YUV | 215.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 232 | 0 | 0.14 | 0.02 | 0.07 | 307.06 | 0.47 | 0.86 |
| Hex | EC | CA | E8 | 0 | E | 2 | 7 | 133 | 2F | 56 |
| Octal | 354 | 312 | 350 | 0 | 16 | 2 | 7 | 463 | 57 | 126 |
| Binary | 11101100 | 11001010 | 11101000 | 0 | 1110 | 10 | 111 | 100110011 | 101111 | 1010110 |
Color Harmonies of #ECCAE8
Complementary color
Monochromatic Colors of #ECCAE8
Black with #ECCAE8
Text Example
Text Example
White with #ECCAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAE8; }
p { color: rgb(236,202,232); }
H1.HeaderClassName
{
color: #ECCAE8;
}
.AnyTagClassName
{
color: #ECCAE8;
}
</style>
background-color css
<style>
a { background-color: #ECCAE8; }
a { background-color: rgb(236,202,232); }
div.DivClassName
{
background-color: #ECCAE8;
}
.BgClassName
{
background-color: #ECCAE8;
}
</style>
border-color css
<style>
span { border-color: #ECCAE8; }
span { border-color: rgb(236,202,232); }
td.TdClassName
{
border-color: #ECCAE8;
}
.TagClassName
{
border-color: #ECCAE8;
}
</style>