Shades of Snuff #EEC9F0
Tints of Snuff #EEC9F0
RGB
CMYK
RGB Variations
Color information
#EEC9F0 (or 0xEEC9F0) is known color: Snuff. HEX triplet: EE, C9 and F0. RGB value is (238,201,240). Sum of RGB (Red+Green+Blue) = 238+201+240=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEC9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC9F0 is #11360F. Grayscale: #D8D8D8. Windows color (decimal): -1127952 or 15780334. OLE color: 15780334.
HSL color Cylindrical-coordinate representation of color #EEC9F0: hue angle of 296.92º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC9F0 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 201 | 240 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.06 |
| HSL | 296.92º | 0.57% | 0.86% | - |
| HSV(B) | 296.92º | 0.16% | 0.94% | - |
| XYZ | 71.87 | 66.24 | 91.44 | - |
| YUV | 216.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 240 | 0.01 | 0.16 | 0 | 0.06 | 296.92 | 0.57 | 0.86 |
| Hex | EE | C9 | F0 | 1 | 10 | 0 | 6 | 129 | 39 | 56 |
| Octal | 356 | 311 | 360 | 1 | 20 | 0 | 6 | 451 | 71 | 126 |
| Binary | 11101110 | 11001001 | 11110000 | 1 | 10000 | 0 | 110 | 100101001 | 111001 | 1010110 |
Color Harmonies of #EEC9F0
Complementary color
Monochromatic Colors of #EEC9F0
Black with #EEC9F0
Text Example
Text Example
White with #EEC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9F0; }
p { color: rgb(238,201,240); }
H1.HeaderClassName
{
color: #EEC9F0;
}
.AnyTagClassName
{
color: #EEC9F0;
}
</style>
background-color css
<style>
a { background-color: #EEC9F0; }
a { background-color: rgb(238,201,240); }
div.DivClassName
{
background-color: #EEC9F0;
}
.BgClassName
{
background-color: #EEC9F0;
}
</style>
border-color css
<style>
span { border-color: #EEC9F0; }
span { border-color: rgb(238,201,240); }
td.TdClassName
{
border-color: #EEC9F0;
}
.TagClassName
{
border-color: #EEC9F0;
}
</style>