Shades of Snuff #EEC0EF
Tints of Snuff #EEC0EF
RGB
CMYK
RGB Variations
Color information
#EEC0EF (or 0xEEC0EF) is known color: Snuff. HEX triplet: EE, C0 and EF. RGB value is (238,192,239). Sum of RGB (Red+Green+Blue) = 238+192+239=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0EF is #113F10. Grayscale: #D2D2D2. Windows color (decimal): -1130257 or 15712494. OLE color: 15712494.
HSL color Cylindrical-coordinate representation of color #EEC0EF: hue angle of 298.72º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC0EF is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 192 | 239 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.06 |
| HSL | 298.72º | 0.59% | 0.85% | - |
| HSV(B) | 298.72º | 0.2% | 0.94% | - |
| XYZ | 69.69 | 62.11 | 89.98 | - |
| YUV | 211.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 239 | 0.00 | 0.20 | 0 | 0.06 | 298.72 | 0.59 | 0.85 |
| Hex | EE | C0 | EF | 0 | 14 | 0 | 6 | 12B | 3B | 55 |
| Octal | 356 | 300 | 357 | 0 | 24 | 0 | 6 | 453 | 73 | 125 |
| Binary | 11101110 | 11000000 | 11101111 | 0 | 10100 | 0 | 110 | 100101011 | 111011 | 1010101 |
Color Harmonies of #EEC0EF
Complementary color
Monochromatic Colors of #EEC0EF
Black with #EEC0EF
Text Example
Text Example
White with #EEC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0EF; }
p { color: rgb(238,192,239); }
H1.HeaderClassName
{
color: #EEC0EF;
}
.AnyTagClassName
{
color: #EEC0EF;
}
</style>
background-color css
<style>
a { background-color: #EEC0EF; }
a { background-color: rgb(238,192,239); }
div.DivClassName
{
background-color: #EEC0EF;
}
.BgClassName
{
background-color: #EEC0EF;
}
</style>
border-color css
<style>
span { border-color: #EEC0EF; }
span { border-color: rgb(238,192,239); }
td.TdClassName
{
border-color: #EEC0EF;
}
.TagClassName
{
border-color: #EEC0EF;
}
</style>