Shades of Snuff #EEC0EE
Tints of Snuff #EEC0EE
RGB
CMYK
RGB Variations
Color information
#EEC0EE (or 0xEEC0EE) is known color: Snuff. HEX triplet: EE, C0 and EE. RGB value is (238,192,238). Sum of RGB (Red+Green+Blue) = 238+192+238=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0EE is #113F11. Grayscale: #D2D2D2. Windows color (decimal): -1130258 or 15646958. OLE color: 15646958.
HSL color Cylindrical-coordinate representation of color #EEC0EE: hue angle of 300º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC0EE is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 238 | - |
| CMYK | 0 | 0.19 | 0 | 0.07 |
| HSL | 300º | 0.58% | 0.84% | - |
| HSV(B) | 300º | 0.19% | 0.93% | - |
| XYZ | 69.54 | 62.05 | 89.2 | - |
| YUV | 211 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 238 | 0 | 0.19 | 0 | 0.07 | 300 | 0.58 | 0.84 |
| Hex | EE | C0 | EE | 0 | 13 | 0 | 7 | 12C | 3A | 54 |
| Octal | 356 | 300 | 356 | 0 | 23 | 0 | 7 | 454 | 72 | 124 |
| Binary | 11101110 | 11000000 | 11101110 | 0 | 10011 | 0 | 111 | 100101100 | 111010 | 1010100 |
Color Harmonies of #EEC0EE
Complementary color
Monochromatic Colors of #EEC0EE
Black with #EEC0EE
Text Example
Text Example
White with #EEC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0EE; }
p { color: rgb(238,192,238); }
H1.HeaderClassName
{
color: #EEC0EE;
}
.AnyTagClassName
{
color: #EEC0EE;
}
</style>
background-color css
<style>
a { background-color: #EEC0EE; }
a { background-color: rgb(238,192,238); }
div.DivClassName
{
background-color: #EEC0EE;
}
.BgClassName
{
background-color: #EEC0EE;
}
</style>
border-color css
<style>
span { border-color: #EEC0EE; }
span { border-color: rgb(238,192,238); }
td.TdClassName
{
border-color: #EEC0EE;
}
.TagClassName
{
border-color: #EEC0EE;
}
</style>