Shades of Snuff #EFE1ED
Tints of Snuff #EFE1ED
RGB
CMYK
RGB Variations
Color information
#EFE1ED (or 0xEFE1ED) is known color: Snuff. HEX triplet: EF, E1 and ED. RGB value is (239,225,237). Sum of RGB (Red+Green+Blue) = 239+225+237=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE1ED is #101E12. Grayscale: #E6E6E6. Windows color (decimal): -1056275 or 15589871. OLE color: 15589871.
HSL color Cylindrical-coordinate representation of color #EFE1ED: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE1ED is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 237 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.06 |
| HSL | 308.57º | 0.3% | 0.91% | - |
| HSV(B) | 308.57º | 0.06% | 0.94% | - |
| XYZ | 77.81 | 78.32 | 91.14 | - |
| YUV | 230.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 237 | 0 | 0.06 | 0.01 | 0.06 | 308.57 | 0.3 | 0.91 |
| Hex | EF | E1 | ED | 0 | 6 | 1 | 6 | 135 | 1E | 5B |
| Octal | 357 | 341 | 355 | 0 | 6 | 1 | 6 | 465 | 36 | 133 |
| Binary | 11101111 | 11100001 | 11101101 | 0 | 110 | 1 | 110 | 100110101 | 11110 | 1011011 |
Color Harmonies of #EFE1ED
Complementary color
Monochromatic Colors of #EFE1ED
Black with #EFE1ED
Text Example
Text Example
White with #EFE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1ED; }
p { color: rgb(239,225,237); }
H1.HeaderClassName
{
color: #EFE1ED;
}
.AnyTagClassName
{
color: #EFE1ED;
}
</style>
background-color css
<style>
a { background-color: #EFE1ED; }
a { background-color: rgb(239,225,237); }
div.DivClassName
{
background-color: #EFE1ED;
}
.BgClassName
{
background-color: #EFE1ED;
}
</style>
border-color css
<style>
span { border-color: #EFE1ED; }
span { border-color: rgb(239,225,237); }
td.TdClassName
{
border-color: #EFE1ED;
}
.TagClassName
{
border-color: #EFE1ED;
}
</style>