Shades of Snuff #EFD1F1
Tints of Snuff #EFD1F1
RGB
CMYK
RGB Variations
Color information
#EFD1F1 (or 0xEFD1F1) is known color: Snuff. HEX triplet: EF, D1 and F1. RGB value is (239,209,241). Sum of RGB (Red+Green+Blue) = 239+209+241=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 209 (82.03% from 255 or 30.33% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1F1 is #102E0E. Grayscale: #DDDDDD. Windows color (decimal): -1060367 or 15847919. OLE color: 15847919.
HSL color Cylindrical-coordinate representation of color #EFD1F1: hue angle of 296.25º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD1F1 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 209 | 241 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.05 |
| HSL | 296.25º | 0.53% | 0.88% | - |
| HSV(B) | 296.25º | 0.13% | 0.95% | - |
| XYZ | 74.27 | 70.3 | 92.87 | - |
| YUV | 221.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 241 | 0.01 | 0.13 | 0 | 0.05 | 296.25 | 0.53 | 0.88 |
| Hex | EF | D1 | F1 | 1 | D | 0 | 5 | 128 | 35 | 58 |
| Octal | 357 | 321 | 361 | 1 | 15 | 0 | 5 | 450 | 65 | 130 |
| Binary | 11101111 | 11010001 | 11110001 | 1 | 1101 | 0 | 101 | 100101000 | 110101 | 1011000 |
Color Harmonies of #EFD1F1
Complementary color
Monochromatic Colors of #EFD1F1
Black with #EFD1F1
Text Example
Text Example
White with #EFD1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1F1; }
p { color: rgb(239,209,241); }
H1.HeaderClassName
{
color: #EFD1F1;
}
.AnyTagClassName
{
color: #EFD1F1;
}
</style>
background-color css
<style>
a { background-color: #EFD1F1; }
a { background-color: rgb(239,209,241); }
div.DivClassName
{
background-color: #EFD1F1;
}
.BgClassName
{
background-color: #EFD1F1;
}
</style>
border-color css
<style>
span { border-color: #EFD1F1; }
span { border-color: rgb(239,209,241); }
td.TdClassName
{
border-color: #EFD1F1;
}
.TagClassName
{
border-color: #EFD1F1;
}
</style>