Shades of Snuff #EFBBF4
Tints of Snuff #EFBBF4
RGB
CMYK
RGB Variations
Color information
#EFBBF4 (or 0xEFBBF4) is known color: Snuff. HEX triplet: EF, BB and F4. RGB value is (239,187,244). Sum of RGB (Red+Green+Blue) = 239+187+244=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFBBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBF4 is #10440B. Grayscale: #D0D0D0. Windows color (decimal): -1065996 or 16038895. OLE color: 16038895.
HSL color Cylindrical-coordinate representation of color #EFBBF4: hue angle of 294.74º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFBBF4 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 187 | 244 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.04 |
| HSL | 294.74º | 0.72% | 0.85% | - |
| HSV(B) | 294.74º | 0.23% | 0.96% | - |
| XYZ | 69.7 | 60.42 | 93.58 | - |
| YUV | 209.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 244 | 0.02 | 0.23 | 0 | 0.04 | 294.74 | 0.72 | 0.85 |
| Hex | EF | BB | F4 | 2 | 17 | 0 | 4 | 127 | 48 | 55 |
| Octal | 357 | 273 | 364 | 2 | 27 | 0 | 4 | 447 | 110 | 125 |
| Binary | 11101111 | 10111011 | 11110100 | 10 | 10111 | 0 | 100 | 100100111 | 1001000 | 1010101 |
Color Harmonies of #EFBBF4
Complementary color
Monochromatic Colors of #EFBBF4
Black with #EFBBF4
Text Example
Text Example
White with #EFBBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBF4; }
p { color: rgb(239,187,244); }
H1.HeaderClassName
{
color: #EFBBF4;
}
.AnyTagClassName
{
color: #EFBBF4;
}
</style>
background-color css
<style>
a { background-color: #EFBBF4; }
a { background-color: rgb(239,187,244); }
div.DivClassName
{
background-color: #EFBBF4;
}
.BgClassName
{
background-color: #EFBBF4;
}
</style>
border-color css
<style>
span { border-color: #EFBBF4; }
span { border-color: rgb(239,187,244); }
td.TdClassName
{
border-color: #EFBBF4;
}
.TagClassName
{
border-color: #EFBBF4;
}
</style>