Shades of Snuff #EFBFF1
Tints of Snuff #EFBFF1
RGB
CMYK
RGB Variations
Color information
#EFBFF1 (or 0xEFBFF1) is known color: Snuff. HEX triplet: EF, BF and F1. RGB value is (239,191,241). Sum of RGB (Red+Green+Blue) = 239+191+241=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFF1 is #10400E. Grayscale: #D2D2D2. Windows color (decimal): -1064975 or 15843311. OLE color: 15843311.
HSL color Cylindrical-coordinate representation of color #EFBFF1: hue angle of 297.6º degrees, saturation: 0.64, 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 #EFBFF1 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 191 | 241 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.05 |
| HSL | 297.6º | 0.64% | 0.85% | - |
| HSV(B) | 297.6º | 0.21% | 0.95% | - |
| XYZ | 70.1 | 61.96 | 91.48 | - |
| YUV | 211.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 241 | 0.01 | 0.21 | 0 | 0.05 | 297.6 | 0.64 | 0.85 |
| Hex | EF | BF | F1 | 1 | 15 | 0 | 5 | 12A | 40 | 55 |
| Octal | 357 | 277 | 361 | 1 | 25 | 0 | 5 | 452 | 100 | 125 |
| Binary | 11101111 | 10111111 | 11110001 | 1 | 10101 | 0 | 101 | 100101010 | 1000000 | 1010101 |
Color Harmonies of #EFBFF1
Complementary color
Monochromatic Colors of #EFBFF1
Black with #EFBFF1
Text Example
Text Example
White with #EFBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFF1; }
p { color: rgb(239,191,241); }
H1.HeaderClassName
{
color: #EFBFF1;
}
.AnyTagClassName
{
color: #EFBFF1;
}
</style>
background-color css
<style>
a { background-color: #EFBFF1; }
a { background-color: rgb(239,191,241); }
div.DivClassName
{
background-color: #EFBFF1;
}
.BgClassName
{
background-color: #EFBFF1;
}
</style>
border-color css
<style>
span { border-color: #EFBFF1; }
span { border-color: rgb(239,191,241); }
td.TdClassName
{
border-color: #EFBFF1;
}
.TagClassName
{
border-color: #EFBFF1;
}
</style>