Shades of Snuff #EEC7E8
Tints of Snuff #EEC7E8
RGB
CMYK
RGB Variations
Color information
#EEC7E8 (or 0xEEC7E8) is known color: Snuff. HEX triplet: EE, C7 and E8. RGB value is (238,199,232). Sum of RGB (Red+Green+Blue) = 238+199+232=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC7E8 is #113817. Grayscale: #D6D6D6. Windows color (decimal): -1128472 or 15255534. OLE color: 15255534.
HSL color Cylindrical-coordinate representation of color #EEC7E8: hue angle of 309.23º 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 #EEC7E8 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 232 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.07 |
| HSL | 309.23º | 0.53% | 0.86% | - |
| HSV(B) | 309.23º | 0.16% | 0.93% | - |
| XYZ | 70.25 | 64.85 | 85.16 | - |
| YUV | 214.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 232 | 0 | 0.16 | 0.03 | 0.07 | 309.23 | 0.53 | 0.86 |
| Hex | EE | C7 | E8 | 0 | 10 | 3 | 7 | 135 | 35 | 56 |
| Octal | 356 | 307 | 350 | 0 | 20 | 3 | 7 | 465 | 65 | 126 |
| Binary | 11101110 | 11000111 | 11101000 | 0 | 10000 | 11 | 111 | 100110101 | 110101 | 1010110 |
Color Harmonies of #EEC7E8
Complementary color
Monochromatic Colors of #EEC7E8
Black with #EEC7E8
Text Example
Text Example
White with #EEC7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7E8; }
p { color: rgb(238,199,232); }
H1.HeaderClassName
{
color: #EEC7E8;
}
.AnyTagClassName
{
color: #EEC7E8;
}
</style>
background-color css
<style>
a { background-color: #EEC7E8; }
a { background-color: rgb(238,199,232); }
div.DivClassName
{
background-color: #EEC7E8;
}
.BgClassName
{
background-color: #EEC7E8;
}
</style>
border-color css
<style>
span { border-color: #EEC7E8; }
span { border-color: rgb(238,199,232); }
td.TdClassName
{
border-color: #EEC7E8;
}
.TagClassName
{
border-color: #EEC7E8;
}
</style>