Shades of Snuff #EFC7EC
Tints of Snuff #EFC7EC
RGB
CMYK
RGB Variations
Color information
#EFC7EC (or 0xEFC7EC) is known color: Snuff. HEX triplet: EF, C7 and EC. RGB value is (239,199,236). Sum of RGB (Red+Green+Blue) = 239+199+236=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7EC is #103813. Grayscale: #D7D7D7. Windows color (decimal): -1062932 or 15517679. OLE color: 15517679.
HSL color Cylindrical-coordinate representation of color #EFC7EC: hue angle of 304.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7EC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 236 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.06 |
| HSL | 304.5º | 0.56% | 0.86% | - |
| HSV(B) | 304.5º | 0.17% | 0.94% | - |
| XYZ | 71.16 | 65.25 | 88.2 | - |
| YUV | 215.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 236 | 0 | 0.17 | 0.01 | 0.06 | 304.5 | 0.56 | 0.86 |
| Hex | EF | C7 | EC | 0 | 11 | 1 | 6 | 130 | 38 | 56 |
| Octal | 357 | 307 | 354 | 0 | 21 | 1 | 6 | 460 | 70 | 126 |
| Binary | 11101111 | 11000111 | 11101100 | 0 | 10001 | 1 | 110 | 100110000 | 111000 | 1010110 |
Color Harmonies of #EFC7EC
Complementary color
Monochromatic Colors of #EFC7EC
Black with #EFC7EC
Text Example
Text Example
White with #EFC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7EC; }
p { color: rgb(239,199,236); }
H1.HeaderClassName
{
color: #EFC7EC;
}
.AnyTagClassName
{
color: #EFC7EC;
}
</style>
background-color css
<style>
a { background-color: #EFC7EC; }
a { background-color: rgb(239,199,236); }
div.DivClassName
{
background-color: #EFC7EC;
}
.BgClassName
{
background-color: #EFC7EC;
}
</style>
border-color css
<style>
span { border-color: #EFC7EC; }
span { border-color: rgb(239,199,236); }
td.TdClassName
{
border-color: #EFC7EC;
}
.TagClassName
{
border-color: #EFC7EC;
}
</style>