Shades of Snuff #EEBCF1
Tints of Snuff #EEBCF1
RGB
CMYK
RGB Variations
Color information
#EEBCF1 (or 0xEEBCF1) is known color: Snuff. HEX triplet: EE, BC and F1. RGB value is (238,188,241). Sum of RGB (Red+Green+Blue) = 238+188+241=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEBCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCF1 is #11430E. Grayscale: #D0D0D0. Windows color (decimal): -1131279 or 15842542. OLE color: 15842542.
HSL color Cylindrical-coordinate representation of color #EEBCF1: hue angle of 296.6º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBCF1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 188 | 241 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.05 |
| HSL | 296.6º | 0.65% | 0.84% | - |
| HSV(B) | 296.6º | 0.22% | 0.95% | - |
| XYZ | 69.12 | 60.49 | 91.25 | - |
| YUV | 208.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 241 | 0.01 | 0.22 | 0 | 0.05 | 296.6 | 0.65 | 0.84 |
| Hex | EE | BC | F1 | 1 | 16 | 0 | 5 | 129 | 41 | 54 |
| Octal | 356 | 274 | 361 | 1 | 26 | 0 | 5 | 451 | 101 | 124 |
| Binary | 11101110 | 10111100 | 11110001 | 1 | 10110 | 0 | 101 | 100101001 | 1000001 | 1010100 |
Color Harmonies of #EEBCF1
Complementary color
Monochromatic Colors of #EEBCF1
Black with #EEBCF1
Text Example
Text Example
White with #EEBCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCF1; }
p { color: rgb(238,188,241); }
H1.HeaderClassName
{
color: #EEBCF1;
}
.AnyTagClassName
{
color: #EEBCF1;
}
</style>
background-color css
<style>
a { background-color: #EEBCF1; }
a { background-color: rgb(238,188,241); }
div.DivClassName
{
background-color: #EEBCF1;
}
.BgClassName
{
background-color: #EEBCF1;
}
</style>
border-color css
<style>
span { border-color: #EEBCF1; }
span { border-color: rgb(238,188,241); }
td.TdClassName
{
border-color: #EEBCF1;
}
.TagClassName
{
border-color: #EEBCF1;
}
</style>