Shades of Snuff #EFE0EC
Tints of Snuff #EFE0EC
RGB
CMYK
RGB Variations
Color information
#EFE0EC (or 0xEFE0EC) is known color: Snuff. HEX triplet: EF, E0 and EC. RGB value is (239,224,236). Sum of RGB (Red+Green+Blue) = 239+224+236=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0EC is #101F13. Grayscale: #E5E5E5. Windows color (decimal): -1056532 or 15524079. OLE color: 15524079.
HSL color Cylindrical-coordinate representation of color #EFE0EC: hue angle of 312º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE0EC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 236 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.06 |
| HSL | 312º | 0.32% | 0.91% | - |
| HSV(B) | 312º | 0.06% | 0.94% | - |
| XYZ | 77.39 | 77.72 | 90.28 | - |
| YUV | 229.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 236 | 0 | 0.06 | 0.01 | 0.06 | 312 | 0.32 | 0.91 |
| Hex | EF | E0 | EC | 0 | 6 | 1 | 6 | 138 | 20 | 5B |
| Octal | 357 | 340 | 354 | 0 | 6 | 1 | 6 | 470 | 40 | 133 |
| Binary | 11101111 | 11100000 | 11101100 | 0 | 110 | 1 | 110 | 100111000 | 100000 | 1011011 |
Color Harmonies of #EFE0EC
Complementary color
Monochromatic Colors of #EFE0EC
Black with #EFE0EC
Text Example
Text Example
White with #EFE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0EC; }
p { color: rgb(239,224,236); }
H1.HeaderClassName
{
color: #EFE0EC;
}
.AnyTagClassName
{
color: #EFE0EC;
}
</style>
background-color css
<style>
a { background-color: #EFE0EC; }
a { background-color: rgb(239,224,236); }
div.DivClassName
{
background-color: #EFE0EC;
}
.BgClassName
{
background-color: #EFE0EC;
}
</style>
border-color css
<style>
span { border-color: #EFE0EC; }
span { border-color: rgb(239,224,236); }
td.TdClassName
{
border-color: #EFE0EC;
}
.TagClassName
{
border-color: #EFE0EC;
}
</style>