Shades of Snuff #EFBCF1
Tints of Snuff #EFBCF1
RGB
CMYK
RGB Variations
Color information
#EFBCF1 (or 0xEFBCF1) is known color: Snuff. HEX triplet: EF, BC and F1. RGB value is (239,188,241). Sum of RGB (Red+Green+Blue) = 239+188+241=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFBCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCF1 is #10430E. Grayscale: #D1D1D1. Windows color (decimal): -1065743 or 15842543. OLE color: 15842543.
HSL color Cylindrical-coordinate representation of color #EFBCF1: hue angle of 297.74º 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 #EFBCF1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 188 | 241 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.05 |
| HSL | 297.74º | 0.65% | 0.84% | - |
| HSV(B) | 297.74º | 0.22% | 0.95% | - |
| XYZ | 69.46 | 60.67 | 91.27 | - |
| YUV | 209.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 241 | 0.01 | 0.22 | 0 | 0.05 | 297.74 | 0.65 | 0.84 |
| Hex | EF | BC | F1 | 1 | 16 | 0 | 5 | 12A | 41 | 54 |
| Octal | 357 | 274 | 361 | 1 | 26 | 0 | 5 | 452 | 101 | 124 |
| Binary | 11101111 | 10111100 | 11110001 | 1 | 10110 | 0 | 101 | 100101010 | 1000001 | 1010100 |
Color Harmonies of #EFBCF1
Complementary color
Monochromatic Colors of #EFBCF1
Black with #EFBCF1
Text Example
Text Example
White with #EFBCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCF1; }
p { color: rgb(239,188,241); }
H1.HeaderClassName
{
color: #EFBCF1;
}
.AnyTagClassName
{
color: #EFBCF1;
}
</style>
background-color css
<style>
a { background-color: #EFBCF1; }
a { background-color: rgb(239,188,241); }
div.DivClassName
{
background-color: #EFBCF1;
}
.BgClassName
{
background-color: #EFBCF1;
}
</style>
border-color css
<style>
span { border-color: #EFBCF1; }
span { border-color: rgb(239,188,241); }
td.TdClassName
{
border-color: #EFBCF1;
}
.TagClassName
{
border-color: #EFBCF1;
}
</style>