Shades of Snuff #EFC5F1
Tints of Snuff #EFC5F1
RGB
CMYK
RGB Variations
Color information
#EFC5F1 (or 0xEFC5F1) is known color: Snuff. HEX triplet: EF, C5 and F1. RGB value is (239,197,241). Sum of RGB (Red+Green+Blue) = 239+197+241=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5F1 is #103A0E. Grayscale: #D6D6D6. Windows color (decimal): -1063439 or 15844847. OLE color: 15844847.
HSL color Cylindrical-coordinate representation of color #EFC5F1: hue angle of 297.27º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5F1 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 197 | 241 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.05 |
| HSL | 297.27º | 0.61% | 0.86% | - |
| HSV(B) | 297.27º | 0.18% | 0.95% | - |
| XYZ | 71.44 | 64.63 | 91.93 | - |
| YUV | 214.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 241 | 0.01 | 0.18 | 0 | 0.05 | 297.27 | 0.61 | 0.86 |
| Hex | EF | C5 | F1 | 1 | 12 | 0 | 5 | 129 | 3D | 56 |
| Octal | 357 | 305 | 361 | 1 | 22 | 0 | 5 | 451 | 75 | 126 |
| Binary | 11101111 | 11000101 | 11110001 | 1 | 10010 | 0 | 101 | 100101001 | 111101 | 1010110 |
Color Harmonies of #EFC5F1
Complementary color
Monochromatic Colors of #EFC5F1
Black with #EFC5F1
Text Example
Text Example
White with #EFC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5F1; }
p { color: rgb(239,197,241); }
H1.HeaderClassName
{
color: #EFC5F1;
}
.AnyTagClassName
{
color: #EFC5F1;
}
</style>
background-color css
<style>
a { background-color: #EFC5F1; }
a { background-color: rgb(239,197,241); }
div.DivClassName
{
background-color: #EFC5F1;
}
.BgClassName
{
background-color: #EFC5F1;
}
</style>
border-color css
<style>
span { border-color: #EFC5F1; }
span { border-color: rgb(239,197,241); }
td.TdClassName
{
border-color: #EFC5F1;
}
.TagClassName
{
border-color: #EFC5F1;
}
</style>