Shades of Snuff #EFD0EC
Tints of Snuff #EFD0EC
RGB
CMYK
RGB Variations
Color information
#EFD0EC (or 0xEFD0EC) is known color: Snuff. HEX triplet: EF, D0 and EC. RGB value is (239,208,236). Sum of RGB (Red+Green+Blue) = 239+208+236=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0EC is #102F13. Grayscale: #DCDCDC. Windows color (decimal): -1060628 or 15519983. OLE color: 15519983.
HSL color Cylindrical-coordinate representation of color #EFD0EC: hue angle of 305.81º 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 #EFD0EC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 208 | 236 | - |
CMYK | 0 | 0.13 | 0.01 | 0.06 |
HSL | 305.81º | 0.49% | 0.88% | - |
HSV(B) | 305.81º | 0.13% | 0.94% | - |
XYZ | 73.29 | 69.52 | 88.91 | - |
YUV | 220.46 | 136.77 | 141.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 208 | 236 | 0 | 0.13 | 0.01 | 0.06 | 305.81 | 0.49 | 0.88 |
Hex | EF | D0 | EC | 0 | D | 1 | 6 | 132 | 31 | 58 |
Octal | 357 | 320 | 354 | 0 | 15 | 1 | 6 | 462 | 61 | 130 |
Binary | 11101111 | 11010000 | 11101100 | 0 | 1101 | 1 | 110 | 100110010 | 110001 | 1011000 |
Color Harmonies of #EFD0EC
Complementary color
Monochromatic Colors of #EFD0EC
Black with #EFD0EC
Text Example
Text Example
White with #EFD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0EC; }
p { color: rgb(239,208,236); }
H1.HeaderClassName
{
color: #EFD0EC;
}
.AnyTagClassName
{
color: #EFD0EC;
}
</style>
background-color css
<style>
a { background-color: #EFD0EC; }
a { background-color: rgb(239,208,236); }
div.DivClassName
{
background-color: #EFD0EC;
}
.BgClassName
{
background-color: #EFD0EC;
}
</style>
border-color css
<style>
span { border-color: #EFD0EC; }
span { border-color: rgb(239,208,236); }
td.TdClassName
{
border-color: #EFD0EC;
}
.TagClassName
{
border-color: #EFD0EC;
}
</style>