Shades of Snuff #EEBBF1
Tints of Snuff #EEBBF1
RGB
CMYK
RGB Variations
Color information
#EEBBF1 (or 0xEEBBF1) is known color: Snuff. HEX triplet: EE, BB and F1. RGB value is (238,187,241). Sum of RGB (Red+Green+Blue) = 238+187+241=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBBF1 is #11440E. Grayscale: #D0D0D0. Windows color (decimal): -1131535 or 15842286. OLE color: 15842286.
HSL color Cylindrical-coordinate representation of color #EEBBF1: hue angle of 296.67º degrees, saturation: 0.66, 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 #EEBBF1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 187 | 241 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.05 |
| HSL | 296.67º | 0.66% | 0.84% | - |
| HSV(B) | 296.67º | 0.22% | 0.95% | - |
| XYZ | 68.91 | 60.07 | 91.18 | - |
| YUV | 208.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 241 | 0.01 | 0.22 | 0 | 0.05 | 296.67 | 0.66 | 0.84 |
| Hex | EE | BB | F1 | 1 | 16 | 0 | 5 | 129 | 42 | 54 |
| Octal | 356 | 273 | 361 | 1 | 26 | 0 | 5 | 451 | 102 | 124 |
| Binary | 11101110 | 10111011 | 11110001 | 1 | 10110 | 0 | 101 | 100101001 | 1000010 | 1010100 |
Color Harmonies of #EEBBF1
Complementary color
Monochromatic Colors of #EEBBF1
Black with #EEBBF1
Text Example
Text Example
White with #EEBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBF1; }
p { color: rgb(238,187,241); }
H1.HeaderClassName
{
color: #EEBBF1;
}
.AnyTagClassName
{
color: #EEBBF1;
}
</style>
background-color css
<style>
a { background-color: #EEBBF1; }
a { background-color: rgb(238,187,241); }
div.DivClassName
{
background-color: #EEBBF1;
}
.BgClassName
{
background-color: #EEBBF1;
}
</style>
border-color css
<style>
span { border-color: #EEBBF1; }
span { border-color: rgb(238,187,241); }
td.TdClassName
{
border-color: #EEBBF1;
}
.TagClassName
{
border-color: #EEBBF1;
}
</style>