Shades of Snuff #EFD4EF
Tints of Snuff #EFD4EF
RGB
CMYK
RGB Variations
Color information
#EFD4EF (or 0xEFD4EF) is known color: Snuff. HEX triplet: EF, D4 and EF. RGB value is (239,212,239). Sum of RGB (Red+Green+Blue) = 239+212+239=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 212 (83.20% from 255 or 30.72% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFD4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4EF is #102B10. Grayscale: #DFDFDF. Windows color (decimal): -1059601 or 15717615. OLE color: 15717615.
HSL color Cylindrical-coordinate representation of color #EFD4EF: hue angle of 300º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD4EF is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 239 | - |
| CMYK | 0 | 0.11 | 0 | 0.06 |
| HSL | 300º | 0.46% | 0.88% | - |
| HSV(B) | 300º | 0.11% | 0.94% | - |
| XYZ | 74.72 | 71.67 | 91.56 | - |
| YUV | 223.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 239 | 0 | 0.11 | 0 | 0.06 | 300 | 0.46 | 0.88 |
| Hex | EF | D4 | EF | 0 | B | 0 | 6 | 12C | 2E | 58 |
| Octal | 357 | 324 | 357 | 0 | 13 | 0 | 6 | 454 | 56 | 130 |
| Binary | 11101111 | 11010100 | 11101111 | 0 | 1011 | 0 | 110 | 100101100 | 101110 | 1011000 |
Color Harmonies of #EFD4EF
Complementary color
Monochromatic Colors of #EFD4EF
Black with #EFD4EF
Text Example
Text Example
White with #EFD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4EF; }
p { color: rgb(239,212,239); }
H1.HeaderClassName
{
color: #EFD4EF;
}
.AnyTagClassName
{
color: #EFD4EF;
}
</style>
background-color css
<style>
a { background-color: #EFD4EF; }
a { background-color: rgb(239,212,239); }
div.DivClassName
{
background-color: #EFD4EF;
}
.BgClassName
{
background-color: #EFD4EF;
}
</style>
border-color css
<style>
span { border-color: #EFD4EF; }
span { border-color: rgb(239,212,239); }
td.TdClassName
{
border-color: #EFD4EF;
}
.TagClassName
{
border-color: #EFD4EF;
}
</style>