Shades of Snuff #ECCAE7
Tints of Snuff #ECCAE7
RGB
CMYK
RGB Variations
Color information
#ECCAE7 (or 0xECCAE7) is known color: Snuff. HEX triplet: EC, CA and E7. RGB value is (236,202,231). Sum of RGB (Red+Green+Blue) = 236+202+231=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAE7 is #133518. Grayscale: #D7D7D7. Windows color (decimal): -1258777 or 15190764. OLE color: 15190764.
HSL color Cylindrical-coordinate representation of color #ECCAE7: hue angle of 308.82º 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 #ECCAE7 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 202 | 231 | - |
CMYK | 0 | 0.14 | 0.02 | 0.07 |
HSL | 308.82º | 0.47% | 0.86% | - |
HSV(B) | 308.82º | 0.14% | 0.93% | - |
XYZ | 70.14 | 65.84 | 84.61 | - |
YUV | 215.47 | 136.76 | 142.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 231 | 0 | 0.14 | 0.02 | 0.07 | 308.82 | 0.47 | 0.86 |
Hex | EC | CA | E7 | 0 | E | 2 | 7 | 135 | 2F | 56 |
Octal | 354 | 312 | 347 | 0 | 16 | 2 | 7 | 465 | 57 | 126 |
Binary | 11101100 | 11001010 | 11100111 | 0 | 1110 | 10 | 111 | 100110101 | 101111 | 1010110 |
Color Harmonies of #ECCAE7
Complementary color
Monochromatic Colors of #ECCAE7
Black with #ECCAE7
Text Example
Text Example
White with #ECCAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAE7; }
p { color: rgb(236,202,231); }
H1.HeaderClassName
{
color: #ECCAE7;
}
.AnyTagClassName
{
color: #ECCAE7;
}
</style>
background-color css
<style>
a { background-color: #ECCAE7; }
a { background-color: rgb(236,202,231); }
div.DivClassName
{
background-color: #ECCAE7;
}
.BgClassName
{
background-color: #ECCAE7;
}
</style>
border-color css
<style>
span { border-color: #ECCAE7; }
span { border-color: rgb(236,202,231); }
td.TdClassName
{
border-color: #ECCAE7;
}
.TagClassName
{
border-color: #ECCAE7;
}
</style>