Shades of Snuff #EFD6F1
Tints of Snuff #EFD6F1
RGB
CMYK
RGB Variations
Color information
#EFD6F1 (or 0xEFD6F1) is known color: Snuff. HEX triplet: EF, D6 and F1. RGB value is (239,214,241). Sum of RGB (Red+Green+Blue) = 239+214+241=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 214 (83.98% from 255 or 30.84% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6F1 is #10290E. Grayscale: #E0E0E0. Windows color (decimal): -1059087 or 15849199. OLE color: 15849199.
HSL color Cylindrical-coordinate representation of color #EFD6F1: hue angle of 295.56º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD6F1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 214 | 241 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.05 |
| HSL | 295.56º | 0.49% | 0.89% | - |
| HSV(B) | 295.56º | 0.11% | 0.95% | - |
| XYZ | 75.52 | 72.79 | 93.29 | - |
| YUV | 224.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 241 | 0.01 | 0.11 | 0 | 0.05 | 295.56 | 0.49 | 0.89 |
| Hex | EF | D6 | F1 | 1 | B | 0 | 5 | 128 | 31 | 59 |
| Octal | 357 | 326 | 361 | 1 | 13 | 0 | 5 | 450 | 61 | 131 |
| Binary | 11101111 | 11010110 | 11110001 | 1 | 1011 | 0 | 101 | 100101000 | 110001 | 1011001 |
Color Harmonies of #EFD6F1
Complementary color
Monochromatic Colors of #EFD6F1
Black with #EFD6F1
Text Example
Text Example
White with #EFD6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6F1; }
p { color: rgb(239,214,241); }
H1.HeaderClassName
{
color: #EFD6F1;
}
.AnyTagClassName
{
color: #EFD6F1;
}
</style>
background-color css
<style>
a { background-color: #EFD6F1; }
a { background-color: rgb(239,214,241); }
div.DivClassName
{
background-color: #EFD6F1;
}
.BgClassName
{
background-color: #EFD6F1;
}
</style>
border-color css
<style>
span { border-color: #EFD6F1; }
span { border-color: rgb(239,214,241); }
td.TdClassName
{
border-color: #EFD6F1;
}
.TagClassName
{
border-color: #EFD6F1;
}
</style>