Shades of Snuff #EFBEF1
Tints of Snuff #EFBEF1
RGB
CMYK
RGB Variations
Color information
#EFBEF1 (or 0xEFBEF1) is known color: Snuff. HEX triplet: EF, BE and F1. RGB value is (239,190,241). Sum of RGB (Red+Green+Blue) = 239+190+241=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFBEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEF1 is #10410E. Grayscale: #D2D2D2. Windows color (decimal): -1065231 or 15843055. OLE color: 15843055.
HSL color Cylindrical-coordinate representation of color #EFBEF1: hue angle of 297.65º degrees, saturation: 0.65, 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 #EFBEF1 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 190 | 241 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.05 |
| HSL | 297.65º | 0.65% | 0.85% | - |
| HSV(B) | 297.65º | 0.21% | 0.95% | - |
| XYZ | 69.89 | 61.53 | 91.41 | - |
| YUV | 210.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 241 | 0.01 | 0.21 | 0 | 0.05 | 297.65 | 0.65 | 0.85 |
| Hex | EF | BE | F1 | 1 | 15 | 0 | 5 | 12A | 41 | 55 |
| Octal | 357 | 276 | 361 | 1 | 25 | 0 | 5 | 452 | 101 | 125 |
| Binary | 11101111 | 10111110 | 11110001 | 1 | 10101 | 0 | 101 | 100101010 | 1000001 | 1010101 |
Color Harmonies of #EFBEF1
Complementary color
Monochromatic Colors of #EFBEF1
Black with #EFBEF1
Text Example
Text Example
White with #EFBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEF1; }
p { color: rgb(239,190,241); }
H1.HeaderClassName
{
color: #EFBEF1;
}
.AnyTagClassName
{
color: #EFBEF1;
}
</style>
background-color css
<style>
a { background-color: #EFBEF1; }
a { background-color: rgb(239,190,241); }
div.DivClassName
{
background-color: #EFBEF1;
}
.BgClassName
{
background-color: #EFBEF1;
}
</style>
border-color css
<style>
span { border-color: #EFBEF1; }
span { border-color: rgb(239,190,241); }
td.TdClassName
{
border-color: #EFBEF1;
}
.TagClassName
{
border-color: #EFBEF1;
}
</style>