Shades of Snuff #EFE8ED
Tints of Snuff #EFE8ED
RGB
CMYK
RGB Variations
Color information
#EFE8ED (or 0xEFE8ED) is known color: Snuff. HEX triplet: EF, E8 and ED. RGB value is (239,232,237). Sum of RGB (Red+Green+Blue) = 239+232+237=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 232 (91.02% from 255 or 32.77% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8ED is #101712. Grayscale: #EAEAEA. Windows color (decimal): -1054483 or 15591663. OLE color: 15591663.
HSL color Cylindrical-coordinate representation of color #EFE8ED: hue angle of 317.14º degrees, saturation: 0.18, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE8ED is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 237 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.06 |
| HSL | 317.14º | 0.18% | 0.92% | - |
| HSV(B) | 317.14º | 0.03% | 0.94% | - |
| XYZ | 79.74 | 82.18 | 91.78 | - |
| YUV | 234.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 237 | 0 | 0.03 | 0.01 | 0.06 | 317.14 | 0.18 | 0.92 |
| Hex | EF | E8 | ED | 0 | 3 | 1 | 6 | 13D | 12 | 5C |
| Octal | 357 | 350 | 355 | 0 | 3 | 1 | 6 | 475 | 22 | 134 |
| Binary | 11101111 | 11101000 | 11101101 | 0 | 11 | 1 | 110 | 100111101 | 10010 | 1011100 |
Color Harmonies of #EFE8ED
Complementary color
Monochromatic Colors of #EFE8ED
Black with #EFE8ED
Text Example
Text Example
White with #EFE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8ED; }
p { color: rgb(239,232,237); }
H1.HeaderClassName
{
color: #EFE8ED;
}
.AnyTagClassName
{
color: #EFE8ED;
}
</style>
background-color css
<style>
a { background-color: #EFE8ED; }
a { background-color: rgb(239,232,237); }
div.DivClassName
{
background-color: #EFE8ED;
}
.BgClassName
{
background-color: #EFE8ED;
}
</style>
border-color css
<style>
span { border-color: #EFE8ED; }
span { border-color: rgb(239,232,237); }
td.TdClassName
{
border-color: #EFE8ED;
}
.TagClassName
{
border-color: #EFE8ED;
}
</style>