Shades of Snuff #EFD6ED
Tints of Snuff #EFD6ED
RGB
CMYK
RGB Variations
Color information
#EFD6ED (or 0xEFD6ED) is known color: Snuff. HEX triplet: EF, D6 and ED. RGB value is (239,214,237). Sum of RGB (Red+Green+Blue) = 239+214+237=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6ED is #102912. Grayscale: #E0E0E0. Windows color (decimal): -1059091 or 15587055. OLE color: 15587055.
HSL color Cylindrical-coordinate representation of color #EFD6ED: hue angle of 304.8º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD6ED is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 214 | 237 | - |
CMYK | 0 | 0.10 | 0.01 | 0.06 |
HSL | 304.8º | 0.44% | 0.89% | - |
HSV(B) | 304.8º | 0.1% | 0.94% | - |
XYZ | 74.93 | 72.56 | 90.18 | - |
YUV | 224.1 | 135.28 | 138.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 214 | 237 | 0 | 0.10 | 0.01 | 0.06 | 304.8 | 0.44 | 0.89 |
Hex | EF | D6 | ED | 0 | A | 1 | 6 | 131 | 2C | 59 |
Octal | 357 | 326 | 355 | 0 | 12 | 1 | 6 | 461 | 54 | 131 |
Binary | 11101111 | 11010110 | 11101101 | 0 | 1010 | 1 | 110 | 100110001 | 101100 | 1011001 |
Color Harmonies of #EFD6ED
Complementary color
Monochromatic Colors of #EFD6ED
Black with #EFD6ED
Text Example
Text Example
White with #EFD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6ED; }
p { color: rgb(239,214,237); }
H1.HeaderClassName
{
color: #EFD6ED;
}
.AnyTagClassName
{
color: #EFD6ED;
}
</style>
background-color css
<style>
a { background-color: #EFD6ED; }
a { background-color: rgb(239,214,237); }
div.DivClassName
{
background-color: #EFD6ED;
}
.BgClassName
{
background-color: #EFD6ED;
}
</style>
border-color css
<style>
span { border-color: #EFD6ED; }
span { border-color: rgb(239,214,237); }
td.TdClassName
{
border-color: #EFD6ED;
}
.TagClassName
{
border-color: #EFD6ED;
}
</style>