Shades of Snuff #ECCCE7
Tints of Snuff #ECCCE7
RGB
CMYK
RGB Variations
Color information
#ECCCE7 (or 0xECCCE7) is known color: Snuff. HEX triplet: EC, CC and E7. RGB value is (236,204,231). Sum of RGB (Red+Green+Blue) = 236+204+231=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCE7 is #133318. Grayscale: #D8D8D8. Windows color (decimal): -1258265 or 15191276. OLE color: 15191276.
HSL color Cylindrical-coordinate representation of color #ECCCE7: hue angle of 309.38º degrees, saturation: 0.46, 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 #ECCCE7 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 231 | - |
CMYK | 0 | 0.14 | 0.02 | 0.07 |
HSL | 309.38º | 0.46% | 0.86% | - |
HSV(B) | 309.38º | 0.14% | 0.93% | - |
XYZ | 70.61 | 66.79 | 84.77 | - |
YUV | 216.65 | 136.1 | 141.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 231 | 0 | 0.14 | 0.02 | 0.07 | 309.38 | 0.46 | 0.86 |
Hex | EC | CC | E7 | 0 | E | 2 | 7 | 135 | 2E | 56 |
Octal | 354 | 314 | 347 | 0 | 16 | 2 | 7 | 465 | 56 | 126 |
Binary | 11101100 | 11001100 | 11100111 | 0 | 1110 | 10 | 111 | 100110101 | 101110 | 1010110 |
Color Harmonies of #ECCCE7
Complementary color
Monochromatic Colors of #ECCCE7
Black with #ECCCE7
Text Example
Text Example
White with #ECCCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCE7; }
p { color: rgb(236,204,231); }
H1.HeaderClassName
{
color: #ECCCE7;
}
.AnyTagClassName
{
color: #ECCCE7;
}
</style>
background-color css
<style>
a { background-color: #ECCCE7; }
a { background-color: rgb(236,204,231); }
div.DivClassName
{
background-color: #ECCCE7;
}
.BgClassName
{
background-color: #ECCCE7;
}
</style>
border-color css
<style>
span { border-color: #ECCCE7; }
span { border-color: rgb(236,204,231); }
td.TdClassName
{
border-color: #ECCCE7;
}
.TagClassName
{
border-color: #ECCCE7;
}
</style>