Shades of Snuff #EFD9EA
Tints of Snuff #EFD9EA
RGB
CMYK
RGB Variations
Color information
#EFD9EA (or 0xEFD9EA) is known color: Snuff. HEX triplet: EF, D9 and EA. RGB value is (239,217,234). Sum of RGB (Red+Green+Blue) = 239+217+234=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9EA is #102615. Grayscale: #E1E1E1. Windows color (decimal): -1058326 or 15391215. OLE color: 15391215.
HSL color Cylindrical-coordinate representation of color #EFD9EA: hue angle of 313.64º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFD9EA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 234 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.06 |
| HSL | 313.64º | 0.41% | 0.89% | - |
| HSV(B) | 313.64º | 0.09% | 0.94% | - |
| XYZ | 75.26 | 73.92 | 88.14 | - |
| YUV | 225.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 234 | 0 | 0.09 | 0.02 | 0.06 | 313.64 | 0.41 | 0.89 |
| Hex | EF | D9 | EA | 0 | 9 | 2 | 6 | 13A | 29 | 59 |
| Octal | 357 | 331 | 352 | 0 | 11 | 2 | 6 | 472 | 51 | 131 |
| Binary | 11101111 | 11011001 | 11101010 | 0 | 1001 | 10 | 110 | 100111010 | 101001 | 1011001 |
Color Harmonies of #EFD9EA
Complementary color
Monochromatic Colors of #EFD9EA
Black with #EFD9EA
Text Example
Text Example
White with #EFD9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9EA; }
p { color: rgb(239,217,234); }
H1.HeaderClassName
{
color: #EFD9EA;
}
.AnyTagClassName
{
color: #EFD9EA;
}
</style>
background-color css
<style>
a { background-color: #EFD9EA; }
a { background-color: rgb(239,217,234); }
div.DivClassName
{
background-color: #EFD9EA;
}
.BgClassName
{
background-color: #EFD9EA;
}
</style>
border-color css
<style>
span { border-color: #EFD9EA; }
span { border-color: rgb(239,217,234); }
td.TdClassName
{
border-color: #EFD9EA;
}
.TagClassName
{
border-color: #EFD9EA;
}
</style>