Shades of Snuff #EFC8EB
Tints of Snuff #EFC8EB
RGB
CMYK
RGB Variations
Color information
#EFC8EB (or 0xEFC8EB) is known color: Snuff. HEX triplet: EF, C8 and EB. RGB value is (239,200,235). Sum of RGB (Red+Green+Blue) = 239+200+235=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8EB is #103714. Grayscale: #D7D7D7. Windows color (decimal): -1062677 or 15452399. OLE color: 15452399.
HSL color Cylindrical-coordinate representation of color #EFC8EB: hue angle of 306.15º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8EB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 235 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.06 |
| HSL | 306.15º | 0.55% | 0.86% | - |
| HSV(B) | 306.15º | 0.16% | 0.94% | - |
| XYZ | 71.25 | 65.66 | 87.52 | - |
| YUV | 215.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 235 | 0 | 0.16 | 0.02 | 0.06 | 306.15 | 0.55 | 0.86 |
| Hex | EF | C8 | EB | 0 | 10 | 2 | 6 | 132 | 37 | 56 |
| Octal | 357 | 310 | 353 | 0 | 20 | 2 | 6 | 462 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11101011 | 0 | 10000 | 10 | 110 | 100110010 | 110111 | 1010110 |
Color Harmonies of #EFC8EB
Complementary color
Monochromatic Colors of #EFC8EB
Black with #EFC8EB
Text Example
Text Example
White with #EFC8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8EB; }
p { color: rgb(239,200,235); }
H1.HeaderClassName
{
color: #EFC8EB;
}
.AnyTagClassName
{
color: #EFC8EB;
}
</style>
background-color css
<style>
a { background-color: #EFC8EB; }
a { background-color: rgb(239,200,235); }
div.DivClassName
{
background-color: #EFC8EB;
}
.BgClassName
{
background-color: #EFC8EB;
}
</style>
border-color css
<style>
span { border-color: #EFC8EB; }
span { border-color: rgb(239,200,235); }
td.TdClassName
{
border-color: #EFC8EB;
}
.TagClassName
{
border-color: #EFC8EB;
}
</style>