Shades of Snuff #EFC5EC
Tints of Snuff #EFC5EC
RGB
CMYK
RGB Variations
Color information
#EFC5EC (or 0xEFC5EC) is known color: Snuff. HEX triplet: EF, C5 and EC. RGB value is (239,197,236). Sum of RGB (Red+Green+Blue) = 239+197+236=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5EC is #103A13. Grayscale: #D5D5D5. Windows color (decimal): -1063444 or 15517167. OLE color: 15517167.
HSL color Cylindrical-coordinate representation of color #EFC5EC: hue angle of 304.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5EC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 236 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.06 |
| HSL | 304.29º | 0.57% | 0.85% | - |
| HSV(B) | 304.29º | 0.18% | 0.94% | - |
| XYZ | 70.7 | 64.34 | 88.05 | - |
| YUV | 214 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 236 | 0 | 0.18 | 0.01 | 0.06 | 304.29 | 0.57 | 0.85 |
| Hex | EF | C5 | EC | 0 | 12 | 1 | 6 | 130 | 39 | 55 |
| Octal | 357 | 305 | 354 | 0 | 22 | 1 | 6 | 460 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11101100 | 0 | 10010 | 1 | 110 | 100110000 | 111001 | 1010101 |
Color Harmonies of #EFC5EC
Complementary color
Monochromatic Colors of #EFC5EC
Black with #EFC5EC
Text Example
Text Example
White with #EFC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5EC; }
p { color: rgb(239,197,236); }
H1.HeaderClassName
{
color: #EFC5EC;
}
.AnyTagClassName
{
color: #EFC5EC;
}
</style>
background-color css
<style>
a { background-color: #EFC5EC; }
a { background-color: rgb(239,197,236); }
div.DivClassName
{
background-color: #EFC5EC;
}
.BgClassName
{
background-color: #EFC5EC;
}
</style>
border-color css
<style>
span { border-color: #EFC5EC; }
span { border-color: rgb(239,197,236); }
td.TdClassName
{
border-color: #EFC5EC;
}
.TagClassName
{
border-color: #EFC5EC;
}
</style>