Shades of Snuff #EFBCF0
Tints of Snuff #EFBCF0
RGB
CMYK
RGB Variations
Color information
#EFBCF0 (or 0xEFBCF0) is known color: Snuff. HEX triplet: EF, BC and F0. RGB value is (239,188,240). Sum of RGB (Red+Green+Blue) = 239+188+240=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCF0 is #10430F. Grayscale: #D1D1D1. Windows color (decimal): -1065744 or 15777007. OLE color: 15777007.
HSL color Cylindrical-coordinate representation of color #EFBCF0: hue angle of 298.85º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBCF0 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 240 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.06 |
| HSL | 298.85º | 0.63% | 0.84% | - |
| HSV(B) | 298.85º | 0.22% | 0.94% | - |
| XYZ | 69.31 | 60.61 | 90.48 | - |
| YUV | 209.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 240 | 0.00 | 0.22 | 0 | 0.06 | 298.85 | 0.63 | 0.84 |
| Hex | EF | BC | F0 | 0 | 16 | 0 | 6 | 12B | 3F | 54 |
| Octal | 357 | 274 | 360 | 0 | 26 | 0 | 6 | 453 | 77 | 124 |
| Binary | 11101111 | 10111100 | 11110000 | 0 | 10110 | 0 | 110 | 100101011 | 111111 | 1010100 |
Color Harmonies of #EFBCF0
Complementary color
Monochromatic Colors of #EFBCF0
Black with #EFBCF0
Text Example
Text Example
White with #EFBCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCF0; }
p { color: rgb(239,188,240); }
H1.HeaderClassName
{
color: #EFBCF0;
}
.AnyTagClassName
{
color: #EFBCF0;
}
</style>
background-color css
<style>
a { background-color: #EFBCF0; }
a { background-color: rgb(239,188,240); }
div.DivClassName
{
background-color: #EFBCF0;
}
.BgClassName
{
background-color: #EFBCF0;
}
</style>
border-color css
<style>
span { border-color: #EFBCF0; }
span { border-color: rgb(239,188,240); }
td.TdClassName
{
border-color: #EFBCF0;
}
.TagClassName
{
border-color: #EFBCF0;
}
</style>