Shades of Snuff #EFD1ED
Tints of Snuff #EFD1ED
RGB
CMYK
RGB Variations
Color information
#EFD1ED (or 0xEFD1ED) is known color: Snuff. HEX triplet: EF, D1 and ED. RGB value is (239,209,237). Sum of RGB (Red+Green+Blue) = 239+209+237=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 209 (82.03% from 255 or 30.51% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1ED is #102E12. Grayscale: #DDDDDD. Windows color (decimal): -1060371 or 15585775. OLE color: 15585775.
HSL color Cylindrical-coordinate representation of color #EFD1ED: hue angle of 304º 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 #EFD1ED is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 209 | 237 | - |
CMYK | 0 | 0.13 | 0.01 | 0.06 |
HSL | 304º | 0.48% | 0.88% | - |
HSV(B) | 304º | 0.13% | 0.94% | - |
XYZ | 73.68 | 70.07 | 89.76 | - |
YUV | 221.16 | 136.94 | 140.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 209 | 237 | 0 | 0.13 | 0.01 | 0.06 | 304 | 0.48 | 0.88 |
Hex | EF | D1 | ED | 0 | D | 1 | 6 | 130 | 30 | 58 |
Octal | 357 | 321 | 355 | 0 | 15 | 1 | 6 | 460 | 60 | 130 |
Binary | 11101111 | 11010001 | 11101101 | 0 | 1101 | 1 | 110 | 100110000 | 110000 | 1011000 |
Color Harmonies of #EFD1ED
Complementary color
Monochromatic Colors of #EFD1ED
Black with #EFD1ED
Text Example
Text Example
White with #EFD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1ED; }
p { color: rgb(239,209,237); }
H1.HeaderClassName
{
color: #EFD1ED;
}
.AnyTagClassName
{
color: #EFD1ED;
}
</style>
background-color css
<style>
a { background-color: #EFD1ED; }
a { background-color: rgb(239,209,237); }
div.DivClassName
{
background-color: #EFD1ED;
}
.BgClassName
{
background-color: #EFD1ED;
}
</style>
border-color css
<style>
span { border-color: #EFD1ED; }
span { border-color: rgb(239,209,237); }
td.TdClassName
{
border-color: #EFD1ED;
}
.TagClassName
{
border-color: #EFD1ED;
}
</style>