Shades of Snuff #EEC8F0
Tints of Snuff #EEC8F0
RGB
CMYK
RGB Variations
Color information
#EEC8F0 (or 0xEEC8F0) is known color: Snuff. HEX triplet: EE, C8 and F0. RGB value is (238,200,240). Sum of RGB (Red+Green+Blue) = 238+200+240=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEC8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8F0 is #11370F. Grayscale: #D7D7D7. Windows color (decimal): -1128208 or 15780078. OLE color: 15780078.
HSL color Cylindrical-coordinate representation of color #EEC8F0: hue angle of 297º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC8F0 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 200 | 240 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.06 |
| HSL | 297º | 0.57% | 0.86% | - |
| HSV(B) | 297º | 0.17% | 0.94% | - |
| XYZ | 71.64 | 65.78 | 91.36 | - |
| YUV | 215.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 240 | 0.01 | 0.17 | 0 | 0.06 | 297 | 0.57 | 0.86 |
| Hex | EE | C8 | F0 | 1 | 11 | 0 | 6 | 129 | 39 | 56 |
| Octal | 356 | 310 | 360 | 1 | 21 | 0 | 6 | 451 | 71 | 126 |
| Binary | 11101110 | 11001000 | 11110000 | 1 | 10001 | 0 | 110 | 100101001 | 111001 | 1010110 |
Color Harmonies of #EEC8F0
Complementary color
Monochromatic Colors of #EEC8F0
Black with #EEC8F0
Text Example
Text Example
White with #EEC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8F0; }
p { color: rgb(238,200,240); }
H1.HeaderClassName
{
color: #EEC8F0;
}
.AnyTagClassName
{
color: #EEC8F0;
}
</style>
background-color css
<style>
a { background-color: #EEC8F0; }
a { background-color: rgb(238,200,240); }
div.DivClassName
{
background-color: #EEC8F0;
}
.BgClassName
{
background-color: #EEC8F0;
}
</style>
border-color css
<style>
span { border-color: #EEC8F0; }
span { border-color: rgb(238,200,240); }
td.TdClassName
{
border-color: #EEC8F0;
}
.TagClassName
{
border-color: #EEC8F0;
}
</style>