Shades of Snuff #EFBBF1
Tints of Snuff #EFBBF1
RGB
CMYK
RGB Variations
Color information
#EFBBF1 (or 0xEFBBF1) is known color: Snuff. HEX triplet: EF, BB and F1. RGB value is (239,187,241). Sum of RGB (Red+Green+Blue) = 239+187+241=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 187 (73.44% from 255 or 28.04% 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 #EFBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBF1 is #10440E. Grayscale: #D0D0D0. Windows color (decimal): -1065999 or 15842287. OLE color: 15842287.
HSL color Cylindrical-coordinate representation of color #EFBBF1: hue angle of 297.78º 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 #EFBBF1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 187 | 241 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.05 |
| HSL | 297.78º | 0.66% | 0.84% | - |
| HSV(B) | 297.78º | 0.22% | 0.95% | - |
| XYZ | 69.24 | 60.24 | 91.2 | - |
| YUV | 208.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 241 | 0.01 | 0.22 | 0 | 0.05 | 297.78 | 0.66 | 0.84 |
| Hex | EF | BB | F1 | 1 | 16 | 0 | 5 | 12A | 42 | 54 |
| Octal | 357 | 273 | 361 | 1 | 26 | 0 | 5 | 452 | 102 | 124 |
| Binary | 11101111 | 10111011 | 11110001 | 1 | 10110 | 0 | 101 | 100101010 | 1000010 | 1010100 |
Color Harmonies of #EFBBF1
Complementary color
Monochromatic Colors of #EFBBF1
Black with #EFBBF1
Text Example
Text Example
White with #EFBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBF1; }
p { color: rgb(239,187,241); }
H1.HeaderClassName
{
color: #EFBBF1;
}
.AnyTagClassName
{
color: #EFBBF1;
}
</style>
background-color css
<style>
a { background-color: #EFBBF1; }
a { background-color: rgb(239,187,241); }
div.DivClassName
{
background-color: #EFBBF1;
}
.BgClassName
{
background-color: #EFBBF1;
}
</style>
border-color css
<style>
span { border-color: #EFBBF1; }
span { border-color: rgb(239,187,241); }
td.TdClassName
{
border-color: #EFBBF1;
}
.TagClassName
{
border-color: #EFBBF1;
}
</style>