Shades of Snuff #EFD5ED
Tints of Snuff #EFD5ED
RGB
CMYK
RGB Variations
Color information
#EFD5ED (or 0xEFD5ED) is known color: Snuff. HEX triplet: EF, D5 and ED. RGB value is (239,213,237). Sum of RGB (Red+Green+Blue) = 239+213+237=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5ED is #102A12. Grayscale: #DFDFDF. Windows color (decimal): -1059347 or 15586799. OLE color: 15586799.
HSL color Cylindrical-coordinate representation of color #EFD5ED: hue angle of 304.62º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD5ED is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 237 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.06 |
| HSL | 304.62º | 0.45% | 0.89% | - |
| HSV(B) | 304.62º | 0.11% | 0.94% | - |
| XYZ | 74.68 | 72.05 | 90.09 | - |
| YUV | 223.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 237 | 0 | 0.11 | 0.01 | 0.06 | 304.62 | 0.45 | 0.89 |
| Hex | EF | D5 | ED | 0 | B | 1 | 6 | 131 | 2D | 59 |
| Octal | 357 | 325 | 355 | 0 | 13 | 1 | 6 | 461 | 55 | 131 |
| Binary | 11101111 | 11010101 | 11101101 | 0 | 1011 | 1 | 110 | 100110001 | 101101 | 1011001 |
Color Harmonies of #EFD5ED
Complementary color
Monochromatic Colors of #EFD5ED
Black with #EFD5ED
Text Example
Text Example
White with #EFD5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5ED; }
p { color: rgb(239,213,237); }
H1.HeaderClassName
{
color: #EFD5ED;
}
.AnyTagClassName
{
color: #EFD5ED;
}
</style>
background-color css
<style>
a { background-color: #EFD5ED; }
a { background-color: rgb(239,213,237); }
div.DivClassName
{
background-color: #EFD5ED;
}
.BgClassName
{
background-color: #EFD5ED;
}
</style>
border-color css
<style>
span { border-color: #EFD5ED; }
span { border-color: rgb(239,213,237); }
td.TdClassName
{
border-color: #EFD5ED;
}
.TagClassName
{
border-color: #EFD5ED;
}
</style>