Shades of Snuff #EFD1EE
Tints of Snuff #EFD1EE
RGB
CMYK
RGB Variations
Color information
#EFD1EE (or 0xEFD1EE) is known color: Snuff. HEX triplet: EF, D1 and EE. RGB value is (239,209,238). Sum of RGB (Red+Green+Blue) = 239+209+238=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1EE is #102E11. Grayscale: #DDDDDD. Windows color (decimal): -1060370 or 15651311. OLE color: 15651311.
HSL color Cylindrical-coordinate representation of color #EFD1EE: hue angle of 302º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD1EE is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 238 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.06 |
| HSL | 302º | 0.48% | 0.88% | - |
| HSV(B) | 302º | 0.13% | 0.94% | - |
| XYZ | 73.83 | 70.12 | 90.53 | - |
| YUV | 221.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 238 | 0 | 0.13 | 0.00 | 0.06 | 302 | 0.48 | 0.88 |
| Hex | EF | D1 | EE | 0 | D | 0 | 6 | 12E | 30 | 58 |
| Octal | 357 | 321 | 356 | 0 | 15 | 0 | 6 | 456 | 60 | 130 |
| Binary | 11101111 | 11010001 | 11101110 | 0 | 1101 | 0 | 110 | 100101110 | 110000 | 1011000 |
Color Harmonies of #EFD1EE
Complementary color
Monochromatic Colors of #EFD1EE
Black with #EFD1EE
Text Example
Text Example
White with #EFD1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1EE; }
p { color: rgb(239,209,238); }
H1.HeaderClassName
{
color: #EFD1EE;
}
.AnyTagClassName
{
color: #EFD1EE;
}
</style>
background-color css
<style>
a { background-color: #EFD1EE; }
a { background-color: rgb(239,209,238); }
div.DivClassName
{
background-color: #EFD1EE;
}
.BgClassName
{
background-color: #EFD1EE;
}
</style>
border-color css
<style>
span { border-color: #EFD1EE; }
span { border-color: rgb(239,209,238); }
td.TdClassName
{
border-color: #EFD1EE;
}
.TagClassName
{
border-color: #EFD1EE;
}
</style>