Shades of Snuff #EFD0E9
Tints of Snuff #EFD0E9
RGB
CMYK
RGB Variations
Color information
#EFD0E9 (or 0xEFD0E9) is known color: Snuff. HEX triplet: EF, D0 and E9. RGB value is (239,208,233). Sum of RGB (Red+Green+Blue) = 239+208+233=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0E9 is #102F16. Grayscale: #DCDCDC. Windows color (decimal): -1060631 or 15323375. OLE color: 15323375.
HSL color Cylindrical-coordinate representation of color #EFD0E9: hue angle of 311.61º 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 #EFD0E9 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 233 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.06 |
| HSL | 311.61º | 0.49% | 0.88% | - |
| HSV(B) | 311.61º | 0.13% | 0.94% | - |
| XYZ | 72.86 | 69.35 | 86.64 | - |
| YUV | 220.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 233 | 0 | 0.13 | 0.03 | 0.06 | 311.61 | 0.49 | 0.88 |
| Hex | EF | D0 | E9 | 0 | D | 3 | 6 | 138 | 31 | 58 |
| Octal | 357 | 320 | 351 | 0 | 15 | 3 | 6 | 470 | 61 | 130 |
| Binary | 11101111 | 11010000 | 11101001 | 0 | 1101 | 11 | 110 | 100111000 | 110001 | 1011000 |
Color Harmonies of #EFD0E9
Complementary color
Monochromatic Colors of #EFD0E9
Black with #EFD0E9
Text Example
Text Example
White with #EFD0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0E9; }
p { color: rgb(239,208,233); }
H1.HeaderClassName
{
color: #EFD0E9;
}
.AnyTagClassName
{
color: #EFD0E9;
}
</style>
background-color css
<style>
a { background-color: #EFD0E9; }
a { background-color: rgb(239,208,233); }
div.DivClassName
{
background-color: #EFD0E9;
}
.BgClassName
{
background-color: #EFD0E9;
}
</style>
border-color css
<style>
span { border-color: #EFD0E9; }
span { border-color: rgb(239,208,233); }
td.TdClassName
{
border-color: #EFD0E9;
}
.TagClassName
{
border-color: #EFD0E9;
}
</style>