Shades of Snuff #EFD0EF
Tints of Snuff #EFD0EF
RGB
CMYK
RGB Variations
Color information
#EFD0EF (or 0xEFD0EF) is known color: Snuff. HEX triplet: EF, D0 and EF. RGB value is (239,208,239). Sum of RGB (Red+Green+Blue) = 239+208+239=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFD0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0EF is #102F10. Grayscale: #DCDCDC. Windows color (decimal): -1060625 or 15716591. OLE color: 15716591.
HSL color Cylindrical-coordinate representation of color #EFD0EF: hue angle of 300º degrees, saturation: 0.49, 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 #EFD0EF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 239 | - |
| CMYK | 0 | 0.13 | 0 | 0.06 |
| HSL | 300º | 0.49% | 0.88% | - |
| HSV(B) | 300º | 0.13% | 0.94% | - |
| XYZ | 73.73 | 69.69 | 91.23 | - |
| YUV | 220.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 239 | 0 | 0.13 | 0 | 0.06 | 300 | 0.49 | 0.88 |
| Hex | EF | D0 | EF | 0 | D | 0 | 6 | 12C | 31 | 58 |
| Octal | 357 | 320 | 357 | 0 | 15 | 0 | 6 | 454 | 61 | 130 |
| Binary | 11101111 | 11010000 | 11101111 | 0 | 1101 | 0 | 110 | 100101100 | 110001 | 1011000 |
Color Harmonies of #EFD0EF
Complementary color
Monochromatic Colors of #EFD0EF
Black with #EFD0EF
Text Example
Text Example
White with #EFD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0EF; }
p { color: rgb(239,208,239); }
H1.HeaderClassName
{
color: #EFD0EF;
}
.AnyTagClassName
{
color: #EFD0EF;
}
</style>
background-color css
<style>
a { background-color: #EFD0EF; }
a { background-color: rgb(239,208,239); }
div.DivClassName
{
background-color: #EFD0EF;
}
.BgClassName
{
background-color: #EFD0EF;
}
</style>
border-color css
<style>
span { border-color: #EFD0EF; }
span { border-color: rgb(239,208,239); }
td.TdClassName
{
border-color: #EFD0EF;
}
.TagClassName
{
border-color: #EFD0EF;
}
</style>