Shades of Snuff #EFC6EF
Tints of Snuff #EFC6EF
RGB
CMYK
RGB Variations
Color information
#EFC6EF (or 0xEFC6EF) is known color: Snuff. HEX triplet: EF, C6 and EF. RGB value is (239,198,239). Sum of RGB (Red+Green+Blue) = 239+198+239=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6EF is #103910. Grayscale: #D6D6D6. Windows color (decimal): -1063185 or 15714031. OLE color: 15714031.
HSL color Cylindrical-coordinate representation of color #EFC6EF: hue angle of 300º 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 #EFC6EF is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 239 | - |
| CMYK | 0 | 0.17 | 0 | 0.06 |
| HSL | 300º | 0.56% | 0.86% | - |
| HSV(B) | 300º | 0.17% | 0.94% | - |
| XYZ | 71.37 | 64.97 | 90.44 | - |
| YUV | 214.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 239 | 0 | 0.17 | 0 | 0.06 | 300 | 0.56 | 0.86 |
| Hex | EF | C6 | EF | 0 | 11 | 0 | 6 | 12C | 38 | 56 |
| Octal | 357 | 306 | 357 | 0 | 21 | 0 | 6 | 454 | 70 | 126 |
| Binary | 11101111 | 11000110 | 11101111 | 0 | 10001 | 0 | 110 | 100101100 | 111000 | 1010110 |
Color Harmonies of #EFC6EF
Complementary color
Monochromatic Colors of #EFC6EF
Black with #EFC6EF
Text Example
Text Example
White with #EFC6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6EF; }
p { color: rgb(239,198,239); }
H1.HeaderClassName
{
color: #EFC6EF;
}
.AnyTagClassName
{
color: #EFC6EF;
}
</style>
background-color css
<style>
a { background-color: #EFC6EF; }
a { background-color: rgb(239,198,239); }
div.DivClassName
{
background-color: #EFC6EF;
}
.BgClassName
{
background-color: #EFC6EF;
}
</style>
border-color css
<style>
span { border-color: #EFC6EF; }
span { border-color: rgb(239,198,239); }
td.TdClassName
{
border-color: #EFC6EF;
}
.TagClassName
{
border-color: #EFC6EF;
}
</style>