Shades of Snuff #EFDEED
Tints of Snuff #EFDEED
RGB
CMYK
RGB Variations
Color information
#EFDEED (or 0xEFDEED) is known color: Snuff. HEX triplet: EF, DE and ED. RGB value is (239,222,237). Sum of RGB (Red+Green+Blue) = 239+222+237=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEED is #102112. Grayscale: #E4E4E4. Windows color (decimal): -1057043 or 15589103. OLE color: 15589103.
HSL color Cylindrical-coordinate representation of color #EFDEED: hue angle of 307.06º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDEED is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 237 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.06 |
| HSL | 307.06º | 0.35% | 0.9% | - |
| HSV(B) | 307.06º | 0.07% | 0.94% | - |
| XYZ | 77 | 76.71 | 90.87 | - |
| YUV | 228.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 237 | 0 | 0.07 | 0.01 | 0.06 | 307.06 | 0.35 | 0.9 |
| Hex | EF | DE | ED | 0 | 7 | 1 | 6 | 133 | 23 | 5A |
| Octal | 357 | 336 | 355 | 0 | 7 | 1 | 6 | 463 | 43 | 132 |
| Binary | 11101111 | 11011110 | 11101101 | 0 | 111 | 1 | 110 | 100110011 | 100011 | 1011010 |
Color Harmonies of #EFDEED
Complementary color
Monochromatic Colors of #EFDEED
Black with #EFDEED
Text Example
Text Example
White with #EFDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEED; }
p { color: rgb(239,222,237); }
H1.HeaderClassName
{
color: #EFDEED;
}
.AnyTagClassName
{
color: #EFDEED;
}
</style>
background-color css
<style>
a { background-color: #EFDEED; }
a { background-color: rgb(239,222,237); }
div.DivClassName
{
background-color: #EFDEED;
}
.BgClassName
{
background-color: #EFDEED;
}
</style>
border-color css
<style>
span { border-color: #EFDEED; }
span { border-color: rgb(239,222,237); }
td.TdClassName
{
border-color: #EFDEED;
}
.TagClassName
{
border-color: #EFDEED;
}
</style>