Shades of Snuff #EFC8F1
Tints of Snuff #EFC8F1
RGB
CMYK
RGB Variations
Color information
#EFC8F1 (or 0xEFC8F1) is known color: Snuff. HEX triplet: EF, C8 and F1. RGB value is (239,200,241). Sum of RGB (Red+Green+Blue) = 239+200+241=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 200 (78.52% from 255 or 29.41% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8F1 is #10370E. Grayscale: #D8D8D8. Windows color (decimal): -1062671 or 15845615. OLE color: 15845615.
HSL color Cylindrical-coordinate representation of color #EFC8F1: hue angle of 297.07º degrees, saturation: 0.59, 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 #EFC8F1 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 200 | 241 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.05 |
| HSL | 297.07º | 0.59% | 0.86% | - |
| HSV(B) | 297.07º | 0.17% | 0.95% | - |
| XYZ | 72.13 | 66.01 | 92.16 | - |
| YUV | 216.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 241 | 0.01 | 0.17 | 0 | 0.05 | 297.07 | 0.59 | 0.86 |
| Hex | EF | C8 | F1 | 1 | 11 | 0 | 5 | 129 | 3B | 56 |
| Octal | 357 | 310 | 361 | 1 | 21 | 0 | 5 | 451 | 73 | 126 |
| Binary | 11101111 | 11001000 | 11110001 | 1 | 10001 | 0 | 101 | 100101001 | 111011 | 1010110 |
Color Harmonies of #EFC8F1
Complementary color
Monochromatic Colors of #EFC8F1
Black with #EFC8F1
Text Example
Text Example
White with #EFC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8F1; }
p { color: rgb(239,200,241); }
H1.HeaderClassName
{
color: #EFC8F1;
}
.AnyTagClassName
{
color: #EFC8F1;
}
</style>
background-color css
<style>
a { background-color: #EFC8F1; }
a { background-color: rgb(239,200,241); }
div.DivClassName
{
background-color: #EFC8F1;
}
.BgClassName
{
background-color: #EFC8F1;
}
</style>
border-color css
<style>
span { border-color: #EFC8F1; }
span { border-color: rgb(239,200,241); }
td.TdClassName
{
border-color: #EFC8F1;
}
.TagClassName
{
border-color: #EFC8F1;
}
</style>