Shades of Snuff #EFDFED
Tints of Snuff #EFDFED
RGB
CMYK
RGB Variations
Color information
#EFDFED (or 0xEFDFED) is known color: Snuff. HEX triplet: EF, DF and ED. RGB value is (239,223,237). Sum of RGB (Red+Green+Blue) = 239+223+237=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFED is #102012. Grayscale: #E5E5E5. Windows color (decimal): -1056787 or 15589359. OLE color: 15589359.
HSL color Cylindrical-coordinate representation of color #EFDFED: hue angle of 307.5º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDFED is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 223 | 237 | - |
CMYK | 0 | 0.07 | 0.01 | 0.06 |
HSL | 307.5º | 0.33% | 0.91% | - |
HSV(B) | 307.5º | 0.07% | 0.94% | - |
XYZ | 77.27 | 77.24 | 90.96 | - |
YUV | 229.38 | 132.3 | 134.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 223 | 237 | 0 | 0.07 | 0.01 | 0.06 | 307.5 | 0.33 | 0.91 |
Hex | EF | DF | ED | 0 | 7 | 1 | 6 | 134 | 21 | 5B |
Octal | 357 | 337 | 355 | 0 | 7 | 1 | 6 | 464 | 41 | 133 |
Binary | 11101111 | 11011111 | 11101101 | 0 | 111 | 1 | 110 | 100110100 | 100001 | 1011011 |
Color Harmonies of #EFDFED
Complementary color
Monochromatic Colors of #EFDFED
Black with #EFDFED
Text Example
Text Example
White with #EFDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFED; }
p { color: rgb(239,223,237); }
H1.HeaderClassName
{
color: #EFDFED;
}
.AnyTagClassName
{
color: #EFDFED;
}
</style>
background-color css
<style>
a { background-color: #EFDFED; }
a { background-color: rgb(239,223,237); }
div.DivClassName
{
background-color: #EFDFED;
}
.BgClassName
{
background-color: #EFDFED;
}
</style>
border-color css
<style>
span { border-color: #EFDFED; }
span { border-color: rgb(239,223,237); }
td.TdClassName
{
border-color: #EFDFED;
}
.TagClassName
{
border-color: #EFDFED;
}
</style>