Shades of Snuff #EFD7EE
Tints of Snuff #EFD7EE
RGB
CMYK
RGB Variations
Color information
#EFD7EE (or 0xEFD7EE) is known color: Snuff. HEX triplet: EF, D7 and EE. RGB value is (239,215,238). Sum of RGB (Red+Green+Blue) = 239+215+238=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7EE is #102811. Grayscale: #E0E0E0. Windows color (decimal): -1058834 or 15652847. OLE color: 15652847.
HSL color Cylindrical-coordinate representation of color #EFD7EE: hue angle of 302.5º degrees, saturation: 0.43, 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 #EFD7EE is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 238 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.06 |
| HSL | 302.5º | 0.43% | 0.89% | - |
| HSV(B) | 302.5º | 0.1% | 0.94% | - |
| XYZ | 75.33 | 73.12 | 91.03 | - |
| YUV | 224.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 238 | 0 | 0.10 | 0.00 | 0.06 | 302.5 | 0.43 | 0.89 |
| Hex | EF | D7 | EE | 0 | A | 0 | 6 | 12E | 2B | 59 |
| Octal | 357 | 327 | 356 | 0 | 12 | 0 | 6 | 456 | 53 | 131 |
| Binary | 11101111 | 11010111 | 11101110 | 0 | 1010 | 0 | 110 | 100101110 | 101011 | 1011001 |
Color Harmonies of #EFD7EE
Complementary color
Monochromatic Colors of #EFD7EE
Black with #EFD7EE
Text Example
Text Example
White with #EFD7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7EE; }
p { color: rgb(239,215,238); }
H1.HeaderClassName
{
color: #EFD7EE;
}
.AnyTagClassName
{
color: #EFD7EE;
}
</style>
background-color css
<style>
a { background-color: #EFD7EE; }
a { background-color: rgb(239,215,238); }
div.DivClassName
{
background-color: #EFD7EE;
}
.BgClassName
{
background-color: #EFD7EE;
}
</style>
border-color css
<style>
span { border-color: #EFD7EE; }
span { border-color: rgb(239,215,238); }
td.TdClassName
{
border-color: #EFD7EE;
}
.TagClassName
{
border-color: #EFD7EE;
}
</style>