Shades of Snuff #EFC7F1
Tints of Snuff #EFC7F1
RGB
CMYK
RGB Variations
Color information
#EFC7F1 (or 0xEFC7F1) is known color: Snuff. HEX triplet: EF, C7 and F1. RGB value is (239,199,241). Sum of RGB (Red+Green+Blue) = 239+199+241=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 199 (78.12% from 255 or 29.31% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7F1 is #10380E. Grayscale: #D7D7D7. Windows color (decimal): -1062927 or 15845359. OLE color: 15845359.
HSL color Cylindrical-coordinate representation of color #EFC7F1: hue angle of 297.14º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7F1 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 199 | 241 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.05 |
| HSL | 297.14º | 0.6% | 0.86% | - |
| HSV(B) | 297.14º | 0.17% | 0.95% | - |
| XYZ | 71.9 | 65.55 | 92.08 | - |
| YUV | 215.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 241 | 0.01 | 0.17 | 0 | 0.05 | 297.14 | 0.6 | 0.86 |
| Hex | EF | C7 | F1 | 1 | 11 | 0 | 5 | 129 | 3C | 56 |
| Octal | 357 | 307 | 361 | 1 | 21 | 0 | 5 | 451 | 74 | 126 |
| Binary | 11101111 | 11000111 | 11110001 | 1 | 10001 | 0 | 101 | 100101001 | 111100 | 1010110 |
Color Harmonies of #EFC7F1
Complementary color
Monochromatic Colors of #EFC7F1
Black with #EFC7F1
Text Example
Text Example
White with #EFC7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7F1; }
p { color: rgb(239,199,241); }
H1.HeaderClassName
{
color: #EFC7F1;
}
.AnyTagClassName
{
color: #EFC7F1;
}
</style>
background-color css
<style>
a { background-color: #EFC7F1; }
a { background-color: rgb(239,199,241); }
div.DivClassName
{
background-color: #EFC7F1;
}
.BgClassName
{
background-color: #EFC7F1;
}
</style>
border-color css
<style>
span { border-color: #EFC7F1; }
span { border-color: rgb(239,199,241); }
td.TdClassName
{
border-color: #EFC7F1;
}
.TagClassName
{
border-color: #EFC7F1;
}
</style>