Shades of Snuff #EFBFF0
Tints of Snuff #EFBFF0
RGB
CMYK
RGB Variations
Color information
#EFBFF0 (or 0xEFBFF0) is known color: Snuff. HEX triplet: EF, BF and F0. RGB value is (239,191,240). Sum of RGB (Red+Green+Blue) = 239+191+240=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFBFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFF0 is #10400F. Grayscale: #D2D2D2. Windows color (decimal): -1064976 or 15777775. OLE color: 15777775.
HSL color Cylindrical-coordinate representation of color #EFBFF0: hue angle of 298.78º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFF0 is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 240 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.06 |
| HSL | 298.78º | 0.62% | 0.85% | - |
| HSV(B) | 298.78º | 0.2% | 0.94% | - |
| XYZ | 69.96 | 61.9 | 90.7 | - |
| YUV | 210.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 240 | 0.00 | 0.20 | 0 | 0.06 | 298.78 | 0.62 | 0.85 |
| Hex | EF | BF | F0 | 0 | 14 | 0 | 6 | 12B | 3E | 55 |
| Octal | 357 | 277 | 360 | 0 | 24 | 0 | 6 | 453 | 76 | 125 |
| Binary | 11101111 | 10111111 | 11110000 | 0 | 10100 | 0 | 110 | 100101011 | 111110 | 1010101 |
Color Harmonies of #EFBFF0
Complementary color
Monochromatic Colors of #EFBFF0
Black with #EFBFF0
Text Example
Text Example
White with #EFBFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFF0; }
p { color: rgb(239,191,240); }
H1.HeaderClassName
{
color: #EFBFF0;
}
.AnyTagClassName
{
color: #EFBFF0;
}
</style>
background-color css
<style>
a { background-color: #EFBFF0; }
a { background-color: rgb(239,191,240); }
div.DivClassName
{
background-color: #EFBFF0;
}
.BgClassName
{
background-color: #EFBFF0;
}
</style>
border-color css
<style>
span { border-color: #EFBFF0; }
span { border-color: rgb(239,191,240); }
td.TdClassName
{
border-color: #EFBFF0;
}
.TagClassName
{
border-color: #EFBFF0;
}
</style>