Shades of Snuff #EFD5EF
Tints of Snuff #EFD5EF
RGB
CMYK
RGB Variations
Color information
#EFD5EF (or 0xEFD5EF) is known color: Snuff. HEX triplet: EF, D5 and EF. RGB value is (239,213,239). Sum of RGB (Red+Green+Blue) = 239+213+239=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFD5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5EF is #102A10. Grayscale: #DFDFDF. Windows color (decimal): -1059345 or 15717871. OLE color: 15717871.
HSL color Cylindrical-coordinate representation of color #EFD5EF: hue angle of 300º 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 #EFD5EF is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 239 | - |
| CMYK | 0 | 0.11 | 0 | 0.06 |
| HSL | 300º | 0.45% | 0.89% | - |
| HSV(B) | 300º | 0.11% | 0.94% | - |
| XYZ | 74.97 | 72.17 | 91.64 | - |
| YUV | 223.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 239 | 0 | 0.11 | 0 | 0.06 | 300 | 0.45 | 0.89 |
| Hex | EF | D5 | EF | 0 | B | 0 | 6 | 12C | 2D | 59 |
| Octal | 357 | 325 | 357 | 0 | 13 | 0 | 6 | 454 | 55 | 131 |
| Binary | 11101111 | 11010101 | 11101111 | 0 | 1011 | 0 | 110 | 100101100 | 101101 | 1011001 |
Color Harmonies of #EFD5EF
Complementary color
Monochromatic Colors of #EFD5EF
Black with #EFD5EF
Text Example
Text Example
White with #EFD5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5EF; }
p { color: rgb(239,213,239); }
H1.HeaderClassName
{
color: #EFD5EF;
}
.AnyTagClassName
{
color: #EFD5EF;
}
</style>
background-color css
<style>
a { background-color: #EFD5EF; }
a { background-color: rgb(239,213,239); }
div.DivClassName
{
background-color: #EFD5EF;
}
.BgClassName
{
background-color: #EFD5EF;
}
</style>
border-color css
<style>
span { border-color: #EFD5EF; }
span { border-color: rgb(239,213,239); }
td.TdClassName
{
border-color: #EFD5EF;
}
.TagClassName
{
border-color: #EFD5EF;
}
</style>