Shades of Snuff #EFD6EA
Tints of Snuff #EFD6EA
RGB
CMYK
RGB Variations
Color information
#EFD6EA (or 0xEFD6EA) is known color: Snuff. HEX triplet: EF, D6 and EA. RGB value is (239,214,234). Sum of RGB (Red+Green+Blue) = 239+214+234=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6EA is #102915. Grayscale: #DFDFDF. Windows color (decimal): -1059094 or 15390447. OLE color: 15390447.
HSL color Cylindrical-coordinate representation of color #EFD6EA: hue angle of 312º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD6EA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 234 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.06 |
| HSL | 312º | 0.44% | 0.89% | - |
| HSV(B) | 312º | 0.1% | 0.94% | - |
| XYZ | 74.49 | 72.38 | 87.89 | - |
| YUV | 223.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 234 | 0 | 0.10 | 0.02 | 0.06 | 312 | 0.44 | 0.89 |
| Hex | EF | D6 | EA | 0 | A | 2 | 6 | 138 | 2C | 59 |
| Octal | 357 | 326 | 352 | 0 | 12 | 2 | 6 | 470 | 54 | 131 |
| Binary | 11101111 | 11010110 | 11101010 | 0 | 1010 | 10 | 110 | 100111000 | 101100 | 1011001 |
Color Harmonies of #EFD6EA
Complementary color
Monochromatic Colors of #EFD6EA
Black with #EFD6EA
Text Example
Text Example
White with #EFD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6EA; }
p { color: rgb(239,214,234); }
H1.HeaderClassName
{
color: #EFD6EA;
}
.AnyTagClassName
{
color: #EFD6EA;
}
</style>
background-color css
<style>
a { background-color: #EFD6EA; }
a { background-color: rgb(239,214,234); }
div.DivClassName
{
background-color: #EFD6EA;
}
.BgClassName
{
background-color: #EFD6EA;
}
</style>
border-color css
<style>
span { border-color: #EFD6EA; }
span { border-color: rgb(239,214,234); }
td.TdClassName
{
border-color: #EFD6EA;
}
.TagClassName
{
border-color: #EFD6EA;
}
</style>