Shades of Snuff #EEC7EC
Tints of Snuff #EEC7EC
RGB
CMYK
RGB Variations
Color information
#EEC7EC (or 0xEEC7EC) is known color: Snuff. HEX triplet: EE, C7 and EC. RGB value is (238,199,236). Sum of RGB (Red+Green+Blue) = 238+199+236=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC7EC is #113813. Grayscale: #D6D6D6. Windows color (decimal): -1128468 or 15517678. OLE color: 15517678.
HSL color Cylindrical-coordinate representation of color #EEC7EC: hue angle of 303.08º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC7EC is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 199 | 236 | - |
CMYK | 0 | 0.16 | 0.01 | 0.07 |
HSL | 303.08º | 0.53% | 0.86% | - |
HSV(B) | 303.08º | 0.16% | 0.93% | - |
XYZ | 70.82 | 65.08 | 88.19 | - |
YUV | 214.88 | 139.92 | 144.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 236 | 0 | 0.16 | 0.01 | 0.07 | 303.08 | 0.53 | 0.86 |
Hex | EE | C7 | EC | 0 | 10 | 1 | 7 | 12F | 35 | 56 |
Octal | 356 | 307 | 354 | 0 | 20 | 1 | 7 | 457 | 65 | 126 |
Binary | 11101110 | 11000111 | 11101100 | 0 | 10000 | 1 | 111 | 100101111 | 110101 | 1010110 |
Color Harmonies of #EEC7EC
Complementary color
Monochromatic Colors of #EEC7EC
Black with #EEC7EC
Text Example
Text Example
White with #EEC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7EC; }
p { color: rgb(238,199,236); }
H1.HeaderClassName
{
color: #EEC7EC;
}
.AnyTagClassName
{
color: #EEC7EC;
}
</style>
background-color css
<style>
a { background-color: #EEC7EC; }
a { background-color: rgb(238,199,236); }
div.DivClassName
{
background-color: #EEC7EC;
}
.BgClassName
{
background-color: #EEC7EC;
}
</style>
border-color css
<style>
span { border-color: #EEC7EC; }
span { border-color: rgb(238,199,236); }
td.TdClassName
{
border-color: #EEC7EC;
}
.TagClassName
{
border-color: #EEC7EC;
}
</style>