Shades of Snuff #EFBBF2
Tints of Snuff #EFBBF2
RGB
CMYK
RGB Variations
Color information
#EFBBF2 (or 0xEFBBF2) is known color: Snuff. HEX triplet: EF, BB and F2. RGB value is (239,187,242). Sum of RGB (Red+Green+Blue) = 239+187+242=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFBBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBF2 is #10440D. Grayscale: #D0D0D0. Windows color (decimal): -1065998 or 15907823. OLE color: 15907823.
HSL color Cylindrical-coordinate representation of color #EFBBF2: hue angle of 296.73º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFBBF2 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 187 | 242 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.05 |
| HSL | 296.73º | 0.68% | 0.84% | - |
| HSV(B) | 296.73º | 0.23% | 0.95% | - |
| XYZ | 69.39 | 60.3 | 91.99 | - |
| YUV | 208.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 242 | 0.01 | 0.23 | 0 | 0.05 | 296.73 | 0.68 | 0.84 |
| Hex | EF | BB | F2 | 1 | 17 | 0 | 5 | 129 | 44 | 54 |
| Octal | 357 | 273 | 362 | 1 | 27 | 0 | 5 | 451 | 104 | 124 |
| Binary | 11101111 | 10111011 | 11110010 | 1 | 10111 | 0 | 101 | 100101001 | 1000100 | 1010100 |
Color Harmonies of #EFBBF2
Complementary color
Monochromatic Colors of #EFBBF2
Black with #EFBBF2
Text Example
Text Example
White with #EFBBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBF2; }
p { color: rgb(239,187,242); }
H1.HeaderClassName
{
color: #EFBBF2;
}
.AnyTagClassName
{
color: #EFBBF2;
}
</style>
background-color css
<style>
a { background-color: #EFBBF2; }
a { background-color: rgb(239,187,242); }
div.DivClassName
{
background-color: #EFBBF2;
}
.BgClassName
{
background-color: #EFBBF2;
}
</style>
border-color css
<style>
span { border-color: #EFBBF2; }
span { border-color: rgb(239,187,242); }
td.TdClassName
{
border-color: #EFBBF2;
}
.TagClassName
{
border-color: #EFBBF2;
}
</style>