Shades of Snuff #EEC0F2
Tints of Snuff #EEC0F2
RGB
CMYK
RGB Variations
Color information
#EEC0F2 (or 0xEEC0F2) is known color: Snuff. HEX triplet: EE, C0 and F2. RGB value is (238,192,242). Sum of RGB (Red+Green+Blue) = 238+192+242=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEC0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0F2 is #113F0D. Grayscale: #D3D3D3. Windows color (decimal): -1130254 or 15909102. OLE color: 15909102.
HSL color Cylindrical-coordinate representation of color #EEC0F2: hue angle of 295.2º degrees, saturation: 0.66, 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 #EEC0F2 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 192 | 242 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.05 |
| HSL | 295.2º | 0.66% | 0.85% | - |
| HSV(B) | 295.2º | 0.21% | 0.95% | - |
| XYZ | 70.14 | 62.29 | 92.33 | - |
| YUV | 211.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 242 | 0.02 | 0.21 | 0 | 0.05 | 295.2 | 0.66 | 0.85 |
| Hex | EE | C0 | F2 | 2 | 15 | 0 | 5 | 127 | 42 | 55 |
| Octal | 356 | 300 | 362 | 2 | 25 | 0 | 5 | 447 | 102 | 125 |
| Binary | 11101110 | 11000000 | 11110010 | 10 | 10101 | 0 | 101 | 100100111 | 1000010 | 1010101 |
Color Harmonies of #EEC0F2
Complementary color
Monochromatic Colors of #EEC0F2
Black with #EEC0F2
Text Example
Text Example
White with #EEC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0F2; }
p { color: rgb(238,192,242); }
H1.HeaderClassName
{
color: #EEC0F2;
}
.AnyTagClassName
{
color: #EEC0F2;
}
</style>
background-color css
<style>
a { background-color: #EEC0F2; }
a { background-color: rgb(238,192,242); }
div.DivClassName
{
background-color: #EEC0F2;
}
.BgClassName
{
background-color: #EEC0F2;
}
</style>
border-color css
<style>
span { border-color: #EEC0F2; }
span { border-color: rgb(238,192,242); }
td.TdClassName
{
border-color: #EEC0F2;
}
.TagClassName
{
border-color: #EEC0F2;
}
</style>