Shades of Snuff #EFC6EC
Tints of Snuff #EFC6EC
RGB
CMYK
RGB Variations
Color information
#EFC6EC (or 0xEFC6EC) is known color: Snuff. HEX triplet: EF, C6 and EC. RGB value is (239,198,236). Sum of RGB (Red+Green+Blue) = 239+198+236=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6EC is #103913. Grayscale: #D6D6D6. Windows color (decimal): -1063188 or 15517423. OLE color: 15517423.
HSL color Cylindrical-coordinate representation of color #EFC6EC: hue angle of 304.39º 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 #EFC6EC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 236 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.06 |
| HSL | 304.39º | 0.56% | 0.86% | - |
| HSV(B) | 304.39º | 0.17% | 0.94% | - |
| XYZ | 70.93 | 64.8 | 88.13 | - |
| YUV | 214.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 236 | 0 | 0.17 | 0.01 | 0.06 | 304.39 | 0.56 | 0.86 |
| Hex | EF | C6 | EC | 0 | 11 | 1 | 6 | 130 | 38 | 56 |
| Octal | 357 | 306 | 354 | 0 | 21 | 1 | 6 | 460 | 70 | 126 |
| Binary | 11101111 | 11000110 | 11101100 | 0 | 10001 | 1 | 110 | 100110000 | 111000 | 1010110 |
Color Harmonies of #EFC6EC
Complementary color
Monochromatic Colors of #EFC6EC
Black with #EFC6EC
Text Example
Text Example
White with #EFC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6EC; }
p { color: rgb(239,198,236); }
H1.HeaderClassName
{
color: #EFC6EC;
}
.AnyTagClassName
{
color: #EFC6EC;
}
</style>
background-color css
<style>
a { background-color: #EFC6EC; }
a { background-color: rgb(239,198,236); }
div.DivClassName
{
background-color: #EFC6EC;
}
.BgClassName
{
background-color: #EFC6EC;
}
</style>
border-color css
<style>
span { border-color: #EFC6EC; }
span { border-color: rgb(239,198,236); }
td.TdClassName
{
border-color: #EFC6EC;
}
.TagClassName
{
border-color: #EFC6EC;
}
</style>