Shades of Snuff #EFD0F1
Tints of Snuff #EFD0F1
RGB
CMYK
RGB Variations
Color information
#EFD0F1 (or 0xEFD0F1) is known color: Snuff. HEX triplet: EF, D0 and F1. RGB value is (239,208,241). Sum of RGB (Red+Green+Blue) = 239+208+241=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0F1 is #102F0E. Grayscale: #DCDCDC. Windows color (decimal): -1060623 or 15847663. OLE color: 15847663.
HSL color Cylindrical-coordinate representation of color #EFD0F1: hue angle of 296.36º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD0F1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 208 | 241 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.05 |
| HSL | 296.36º | 0.54% | 0.88% | - |
| HSV(B) | 296.36º | 0.14% | 0.95% | - |
| XYZ | 74.03 | 69.81 | 92.79 | - |
| YUV | 221.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 241 | 0.01 | 0.14 | 0 | 0.05 | 296.36 | 0.54 | 0.88 |
| Hex | EF | D0 | F1 | 1 | E | 0 | 5 | 128 | 36 | 58 |
| Octal | 357 | 320 | 361 | 1 | 16 | 0 | 5 | 450 | 66 | 130 |
| Binary | 11101111 | 11010000 | 11110001 | 1 | 1110 | 0 | 101 | 100101000 | 110110 | 1011000 |
Color Harmonies of #EFD0F1
Complementary color
Monochromatic Colors of #EFD0F1
Black with #EFD0F1
Text Example
Text Example
White with #EFD0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0F1; }
p { color: rgb(239,208,241); }
H1.HeaderClassName
{
color: #EFD0F1;
}
.AnyTagClassName
{
color: #EFD0F1;
}
</style>
background-color css
<style>
a { background-color: #EFD0F1; }
a { background-color: rgb(239,208,241); }
div.DivClassName
{
background-color: #EFD0F1;
}
.BgClassName
{
background-color: #EFD0F1;
}
</style>
border-color css
<style>
span { border-color: #EFD0F1; }
span { border-color: rgb(239,208,241); }
td.TdClassName
{
border-color: #EFD0F1;
}
.TagClassName
{
border-color: #EFD0F1;
}
</style>