Shades of Snuff #EFDAEC
Tints of Snuff #EFDAEC
RGB
CMYK
RGB Variations
Color information
#EFDAEC (or 0xEFDAEC) is known color: Snuff. HEX triplet: EF, DA and EC. RGB value is (239,218,236). Sum of RGB (Red+Green+Blue) = 239+218+236=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAEC is #102513. Grayscale: #E2E2E2. Windows color (decimal): -1058068 or 15522543. OLE color: 15522543.
HSL color Cylindrical-coordinate representation of color #EFDAEC: hue angle of 308.57º 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 #EFDAEC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 218 | 236 | - |
CMYK | 0 | 0.09 | 0.01 | 0.06 |
HSL | 308.57º | 0.4% | 0.9% | - |
HSV(B) | 308.57º | 0.09% | 0.94% | - |
XYZ | 75.81 | 74.55 | 89.75 | - |
YUV | 226.33 | 133.46 | 137.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 218 | 236 | 0 | 0.09 | 0.01 | 0.06 | 308.57 | 0.4 | 0.9 |
Hex | EF | DA | EC | 0 | 9 | 1 | 6 | 135 | 28 | 5A |
Octal | 357 | 332 | 354 | 0 | 11 | 1 | 6 | 465 | 50 | 132 |
Binary | 11101111 | 11011010 | 11101100 | 0 | 1001 | 1 | 110 | 100110101 | 101000 | 1011010 |
Color Harmonies of #EFDAEC
Complementary color
Monochromatic Colors of #EFDAEC
Black with #EFDAEC
Text Example
Text Example
White with #EFDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAEC; }
p { color: rgb(239,218,236); }
H1.HeaderClassName
{
color: #EFDAEC;
}
.AnyTagClassName
{
color: #EFDAEC;
}
</style>
background-color css
<style>
a { background-color: #EFDAEC; }
a { background-color: rgb(239,218,236); }
div.DivClassName
{
background-color: #EFDAEC;
}
.BgClassName
{
background-color: #EFDAEC;
}
</style>
border-color css
<style>
span { border-color: #EFDAEC; }
span { border-color: rgb(239,218,236); }
td.TdClassName
{
border-color: #EFDAEC;
}
.TagClassName
{
border-color: #EFDAEC;
}
</style>