Shades of Snuff #EEC9F3
Tints of Snuff #EEC9F3
RGB
CMYK
RGB Variations
Color information
#EEC9F3 (or 0xEEC9F3) is known color: Snuff. HEX triplet: EE, C9 and F3. RGB value is (238,201,243). Sum of RGB (Red+Green+Blue) = 238+201+243=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 201 (78.91% from 255 or 29.47% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEC9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC9F3 is #11360C. Grayscale: #D8D8D8. Windows color (decimal): -1127949 or 15976942. OLE color: 15976942.
HSL color Cylindrical-coordinate representation of color #EEC9F3: hue angle of 292.86º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC9F3 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 201 | 243 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.05 |
| HSL | 292.86º | 0.64% | 0.87% | - |
| HSV(B) | 292.86º | 0.17% | 0.95% | - |
| XYZ | 72.32 | 66.42 | 93.8 | - |
| YUV | 216.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 243 | 0.02 | 0.17 | 0 | 0.05 | 292.86 | 0.64 | 0.87 |
| Hex | EE | C9 | F3 | 2 | 11 | 0 | 5 | 125 | 40 | 57 |
| Octal | 356 | 311 | 363 | 2 | 21 | 0 | 5 | 445 | 100 | 127 |
| Binary | 11101110 | 11001001 | 11110011 | 10 | 10001 | 0 | 101 | 100100101 | 1000000 | 1010111 |
Color Harmonies of #EEC9F3
Complementary color
Monochromatic Colors of #EEC9F3
Black with #EEC9F3
Text Example
Text Example
White with #EEC9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9F3; }
p { color: rgb(238,201,243); }
H1.HeaderClassName
{
color: #EEC9F3;
}
.AnyTagClassName
{
color: #EEC9F3;
}
</style>
background-color css
<style>
a { background-color: #EEC9F3; }
a { background-color: rgb(238,201,243); }
div.DivClassName
{
background-color: #EEC9F3;
}
.BgClassName
{
background-color: #EEC9F3;
}
</style>
border-color css
<style>
span { border-color: #EEC9F3; }
span { border-color: rgb(238,201,243); }
td.TdClassName
{
border-color: #EEC9F3;
}
.TagClassName
{
border-color: #EEC9F3;
}
</style>