Shades of Snuff #EFC5EF
Tints of Snuff #EFC5EF
RGB
CMYK
RGB Variations
Color information
#EFC5EF (or 0xEFC5EF) is known color: Snuff. HEX triplet: EF, C5 and EF. RGB value is (239,197,239). Sum of RGB (Red+Green+Blue) = 239+197+239=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 197 (77.34% from 255 or 29.19% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5EF is #103A10. Grayscale: #D6D6D6. Windows color (decimal): -1063441 or 15713775. OLE color: 15713775.
HSL color Cylindrical-coordinate representation of color #EFC5EF: hue angle of 300º 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 #EFC5EF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 239 | - |
| CMYK | 0 | 0.18 | 0 | 0.06 |
| HSL | 300º | 0.57% | 0.85% | - |
| HSV(B) | 300º | 0.18% | 0.94% | - |
| XYZ | 71.14 | 64.52 | 90.36 | - |
| YUV | 214.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 239 | 0 | 0.18 | 0 | 0.06 | 300 | 0.57 | 0.85 |
| Hex | EF | C5 | EF | 0 | 12 | 0 | 6 | 12C | 39 | 55 |
| Octal | 357 | 305 | 357 | 0 | 22 | 0 | 6 | 454 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11101111 | 0 | 10010 | 0 | 110 | 100101100 | 111001 | 1010101 |
Color Harmonies of #EFC5EF
Complementary color
Monochromatic Colors of #EFC5EF
Black with #EFC5EF
Text Example
Text Example
White with #EFC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5EF; }
p { color: rgb(239,197,239); }
H1.HeaderClassName
{
color: #EFC5EF;
}
.AnyTagClassName
{
color: #EFC5EF;
}
</style>
background-color css
<style>
a { background-color: #EFC5EF; }
a { background-color: rgb(239,197,239); }
div.DivClassName
{
background-color: #EFC5EF;
}
.BgClassName
{
background-color: #EFC5EF;
}
</style>
border-color css
<style>
span { border-color: #EFC5EF; }
span { border-color: rgb(239,197,239); }
td.TdClassName
{
border-color: #EFC5EF;
}
.TagClassName
{
border-color: #EFC5EF;
}
</style>