Shades of Snuff #EEC0F3
Tints of Snuff #EEC0F3
RGB
CMYK
RGB Variations
Color information
#EEC0F3 (or 0xEEC0F3) is known color: Snuff. HEX triplet: EE, C0 and F3. RGB value is (238,192,243). Sum of RGB (Red+Green+Blue) = 238+192+243=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEC0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0F3 is #113F0C. Grayscale: #D3D3D3. Windows color (decimal): -1130253 or 15974638. OLE color: 15974638.
HSL color Cylindrical-coordinate representation of color #EEC0F3: hue angle of 294.12º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC0F3 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 192 | 243 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.05 |
| HSL | 294.12º | 0.68% | 0.85% | - |
| HSV(B) | 294.12º | 0.21% | 0.95% | - |
| XYZ | 70.29 | 62.35 | 93.12 | - |
| YUV | 211.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 243 | 0.02 | 0.21 | 0 | 0.05 | 294.12 | 0.68 | 0.85 |
| Hex | EE | C0 | F3 | 2 | 15 | 0 | 5 | 126 | 44 | 55 |
| Octal | 356 | 300 | 363 | 2 | 25 | 0 | 5 | 446 | 104 | 125 |
| Binary | 11101110 | 11000000 | 11110011 | 10 | 10101 | 0 | 101 | 100100110 | 1000100 | 1010101 |
Color Harmonies of #EEC0F3
Complementary color
Monochromatic Colors of #EEC0F3
Black with #EEC0F3
Text Example
Text Example
White with #EEC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0F3; }
p { color: rgb(238,192,243); }
H1.HeaderClassName
{
color: #EEC0F3;
}
.AnyTagClassName
{
color: #EEC0F3;
}
</style>
background-color css
<style>
a { background-color: #EEC0F3; }
a { background-color: rgb(238,192,243); }
div.DivClassName
{
background-color: #EEC0F3;
}
.BgClassName
{
background-color: #EEC0F3;
}
</style>
border-color css
<style>
span { border-color: #EEC0F3; }
span { border-color: rgb(238,192,243); }
td.TdClassName
{
border-color: #EEC0F3;
}
.TagClassName
{
border-color: #EEC0F3;
}
</style>