Shades of Snuff #EFBEEF
Tints of Snuff #EFBEEF
RGB
CMYK
RGB Variations
Color information
#EFBEEF (or 0xEFBEEF) is known color: Snuff. HEX triplet: EF, BE and EF. RGB value is (239,190,239). Sum of RGB (Red+Green+Blue) = 239+190+239=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFBEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEEF is #104110. Grayscale: #D2D2D2. Windows color (decimal): -1065233 or 15711983. OLE color: 15711983.
HSL color Cylindrical-coordinate representation of color #EFBEEF: hue angle of 300º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBEEF is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 239 | - |
| CMYK | 0 | 0.21 | 0 | 0.06 |
| HSL | 300º | 0.6% | 0.84% | - |
| HSV(B) | 300º | 0.21% | 0.94% | - |
| XYZ | 69.59 | 61.41 | 89.85 | - |
| YUV | 210.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 239 | 0 | 0.21 | 0 | 0.06 | 300 | 0.6 | 0.84 |
| Hex | EF | BE | EF | 0 | 15 | 0 | 6 | 12C | 3C | 54 |
| Octal | 357 | 276 | 357 | 0 | 25 | 0 | 6 | 454 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11101111 | 0 | 10101 | 0 | 110 | 100101100 | 111100 | 1010100 |
Color Harmonies of #EFBEEF
Complementary color
Monochromatic Colors of #EFBEEF
Black with #EFBEEF
Text Example
Text Example
White with #EFBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEEF; }
p { color: rgb(239,190,239); }
H1.HeaderClassName
{
color: #EFBEEF;
}
.AnyTagClassName
{
color: #EFBEEF;
}
</style>
background-color css
<style>
a { background-color: #EFBEEF; }
a { background-color: rgb(239,190,239); }
div.DivClassName
{
background-color: #EFBEEF;
}
.BgClassName
{
background-color: #EFBEEF;
}
</style>
border-color css
<style>
span { border-color: #EFBEEF; }
span { border-color: rgb(239,190,239); }
td.TdClassName
{
border-color: #EFBEEF;
}
.TagClassName
{
border-color: #EFBEEF;
}
</style>