Shades of Snuff #EEC8F5
Tints of Snuff #EEC8F5
RGB
CMYK
RGB Variations
Color information
#EEC8F5 (or 0xEEC8F5) is known color: Snuff. HEX triplet: EE, C8 and F5. RGB value is (238,200,245). Sum of RGB (Red+Green+Blue) = 238+200+245=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 200 (78.52% from 255 or 29.28% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEC8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8F5 is #11370A. Grayscale: #D8D8D8. Windows color (decimal): -1128203 or 16107758. OLE color: 16107758.
HSL color Cylindrical-coordinate representation of color #EEC8F5: hue angle of 290.67º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC8F5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 200 | 245 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.04 |
| HSL | 290.67º | 0.69% | 0.87% | - |
| HSV(B) | 290.67º | 0.18% | 0.96% | - |
| XYZ | 72.4 | 66.08 | 95.32 | - |
| YUV | 216.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 245 | 0.03 | 0.18 | 0 | 0.04 | 290.67 | 0.69 | 0.87 |
| Hex | EE | C8 | F5 | 3 | 12 | 0 | 4 | 123 | 45 | 57 |
| Octal | 356 | 310 | 365 | 3 | 22 | 0 | 4 | 443 | 105 | 127 |
| Binary | 11101110 | 11001000 | 11110101 | 11 | 10010 | 0 | 100 | 100100011 | 1000101 | 1010111 |
Color Harmonies of #EEC8F5
Complementary color
Monochromatic Colors of #EEC8F5
Black with #EEC8F5
Text Example
Text Example
White with #EEC8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8F5; }
p { color: rgb(238,200,245); }
H1.HeaderClassName
{
color: #EEC8F5;
}
.AnyTagClassName
{
color: #EEC8F5;
}
</style>
background-color css
<style>
a { background-color: #EEC8F5; }
a { background-color: rgb(238,200,245); }
div.DivClassName
{
background-color: #EEC8F5;
}
.BgClassName
{
background-color: #EEC8F5;
}
</style>
border-color css
<style>
span { border-color: #EEC8F5; }
span { border-color: rgb(238,200,245); }
td.TdClassName
{
border-color: #EEC8F5;
}
.TagClassName
{
border-color: #EEC8F5;
}
</style>