Shades of Snuff #EFDAEB
Tints of Snuff #EFDAEB
RGB
CMYK
RGB Variations
Color information
#EFDAEB (or 0xEFDAEB) is known color: Snuff. HEX triplet: EF, DA and EB. RGB value is (239,218,235). Sum of RGB (Red+Green+Blue) = 239+218+235=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAEB is #102514. Grayscale: #E2E2E2. Windows color (decimal): -1058069 or 15457007. OLE color: 15457007.
HSL color Cylindrical-coordinate representation of color #EFDAEB: hue angle of 311.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDAEB is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 235 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.06 |
| HSL | 311.43º | 0.4% | 0.9% | - |
| HSV(B) | 311.43º | 0.09% | 0.94% | - |
| XYZ | 75.66 | 74.49 | 88.99 | - |
| YUV | 226.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 235 | 0 | 0.09 | 0.02 | 0.06 | 311.43 | 0.4 | 0.9 |
| Hex | EF | DA | EB | 0 | 9 | 2 | 6 | 137 | 28 | 5A |
| Octal | 357 | 332 | 353 | 0 | 11 | 2 | 6 | 467 | 50 | 132 |
| Binary | 11101111 | 11011010 | 11101011 | 0 | 1001 | 10 | 110 | 100110111 | 101000 | 1011010 |
Color Harmonies of #EFDAEB
Complementary color
Monochromatic Colors of #EFDAEB
Black with #EFDAEB
Text Example
Text Example
White with #EFDAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAEB; }
p { color: rgb(239,218,235); }
H1.HeaderClassName
{
color: #EFDAEB;
}
.AnyTagClassName
{
color: #EFDAEB;
}
</style>
background-color css
<style>
a { background-color: #EFDAEB; }
a { background-color: rgb(239,218,235); }
div.DivClassName
{
background-color: #EFDAEB;
}
.BgClassName
{
background-color: #EFDAEB;
}
</style>
border-color css
<style>
span { border-color: #EFDAEB; }
span { border-color: rgb(239,218,235); }
td.TdClassName
{
border-color: #EFDAEB;
}
.TagClassName
{
border-color: #EFDAEB;
}
</style>