Shades of Snuff #EEC5EC
Tints of Snuff #EEC5EC
RGB
CMYK
RGB Variations
Color information
#EEC5EC (or 0xEEC5EC) is known color: Snuff. HEX triplet: EE, C5 and EC. RGB value is (238,197,236). Sum of RGB (Red+Green+Blue) = 238+197+236=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC5EC is #113A13. Grayscale: #D5D5D5. Windows color (decimal): -1128980 or 15517166. OLE color: 15517166.
HSL color Cylindrical-coordinate representation of color #EEC5EC: hue angle of 302.93º degrees, saturation: 0.55, 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 #EEC5EC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 197 | 236 | - |
CMYK | 0 | 0.17 | 0.01 | 0.07 |
HSL | 302.93º | 0.55% | 0.85% | - |
HSV(B) | 302.93º | 0.17% | 0.93% | - |
XYZ | 70.37 | 64.17 | 88.03 | - |
YUV | 213.71 | 140.58 | 145.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 197 | 236 | 0 | 0.17 | 0.01 | 0.07 | 302.93 | 0.55 | 0.85 |
Hex | EE | C5 | EC | 0 | 11 | 1 | 7 | 12F | 37 | 55 |
Octal | 356 | 305 | 354 | 0 | 21 | 1 | 7 | 457 | 67 | 125 |
Binary | 11101110 | 11000101 | 11101100 | 0 | 10001 | 1 | 111 | 100101111 | 110111 | 1010101 |
Color Harmonies of #EEC5EC
Complementary color
Monochromatic Colors of #EEC5EC
Black with #EEC5EC
Text Example
Text Example
White with #EEC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5EC; }
p { color: rgb(238,197,236); }
H1.HeaderClassName
{
color: #EEC5EC;
}
.AnyTagClassName
{
color: #EEC5EC;
}
</style>
background-color css
<style>
a { background-color: #EEC5EC; }
a { background-color: rgb(238,197,236); }
div.DivClassName
{
background-color: #EEC5EC;
}
.BgClassName
{
background-color: #EEC5EC;
}
</style>
border-color css
<style>
span { border-color: #EEC5EC; }
span { border-color: rgb(238,197,236); }
td.TdClassName
{
border-color: #EEC5EC;
}
.TagClassName
{
border-color: #EEC5EC;
}
</style>