Shades of Snuff #EFD1EF
Tints of Snuff #EFD1EF
RGB
CMYK
RGB Variations
Color information
#EFD1EF (or 0xEFD1EF) is known color: Snuff. HEX triplet: EF, D1 and EF. RGB value is (239,209,239). Sum of RGB (Red+Green+Blue) = 239+209+239=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 209 (82.03% from 255 or 30.42% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFD1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1EF is #102E10. Grayscale: #DDDDDD. Windows color (decimal): -1060369 or 15716847. OLE color: 15716847.
HSL color Cylindrical-coordinate representation of color #EFD1EF: hue angle of 300º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD1EF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 239 | - |
| CMYK | 0 | 0.13 | 0 | 0.06 |
| HSL | 300º | 0.48% | 0.88% | - |
| HSV(B) | 300º | 0.13% | 0.94% | - |
| XYZ | 73.98 | 70.18 | 91.31 | - |
| YUV | 221.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 239 | 0 | 0.13 | 0 | 0.06 | 300 | 0.48 | 0.88 |
| Hex | EF | D1 | EF | 0 | D | 0 | 6 | 12C | 30 | 58 |
| Octal | 357 | 321 | 357 | 0 | 15 | 0 | 6 | 454 | 60 | 130 |
| Binary | 11101111 | 11010001 | 11101111 | 0 | 1101 | 0 | 110 | 100101100 | 110000 | 1011000 |
Color Harmonies of #EFD1EF
Complementary color
Monochromatic Colors of #EFD1EF
Black with #EFD1EF
Text Example
Text Example
White with #EFD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1EF; }
p { color: rgb(239,209,239); }
H1.HeaderClassName
{
color: #EFD1EF;
}
.AnyTagClassName
{
color: #EFD1EF;
}
</style>
background-color css
<style>
a { background-color: #EFD1EF; }
a { background-color: rgb(239,209,239); }
div.DivClassName
{
background-color: #EFD1EF;
}
.BgClassName
{
background-color: #EFD1EF;
}
</style>
border-color css
<style>
span { border-color: #EFD1EF; }
span { border-color: rgb(239,209,239); }
td.TdClassName
{
border-color: #EFD1EF;
}
.TagClassName
{
border-color: #EFD1EF;
}
</style>