Shades of Snuff #EFDDEB
Tints of Snuff #EFDDEB
RGB
CMYK
RGB Variations
Color information
#EFDDEB (or 0xEFDDEB) is known color: Snuff. HEX triplet: EF, DD and EB. RGB value is (239,221,235). Sum of RGB (Red+Green+Blue) = 239+221+235=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDEB is #102214. Grayscale: #E3E3E3. Windows color (decimal): -1057301 or 15457775. OLE color: 15457775.
HSL color Cylindrical-coordinate representation of color #EFDDEB: hue angle of 313.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDDEB is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 235 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.06 |
| HSL | 313.33º | 0.36% | 0.9% | - |
| HSV(B) | 313.33º | 0.08% | 0.94% | - |
| XYZ | 76.45 | 76.06 | 89.25 | - |
| YUV | 227.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 235 | 0 | 0.08 | 0.02 | 0.06 | 313.33 | 0.36 | 0.9 |
| Hex | EF | DD | EB | 0 | 8 | 2 | 6 | 139 | 24 | 5A |
| Octal | 357 | 335 | 353 | 0 | 10 | 2 | 6 | 471 | 44 | 132 |
| Binary | 11101111 | 11011101 | 11101011 | 0 | 1000 | 10 | 110 | 100111001 | 100100 | 1011010 |
Color Harmonies of #EFDDEB
Complementary color
Monochromatic Colors of #EFDDEB
Black with #EFDDEB
Text Example
Text Example
White with #EFDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDEB; }
p { color: rgb(239,221,235); }
H1.HeaderClassName
{
color: #EFDDEB;
}
.AnyTagClassName
{
color: #EFDDEB;
}
</style>
background-color css
<style>
a { background-color: #EFDDEB; }
a { background-color: rgb(239,221,235); }
div.DivClassName
{
background-color: #EFDDEB;
}
.BgClassName
{
background-color: #EFDDEB;
}
</style>
border-color css
<style>
span { border-color: #EFDDEB; }
span { border-color: rgb(239,221,235); }
td.TdClassName
{
border-color: #EFDDEB;
}
.TagClassName
{
border-color: #EFDDEB;
}
</style>