Shades of Snuff #EFDDEA
Tints of Snuff #EFDDEA
RGB
CMYK
RGB Variations
Color information
#EFDDEA (or 0xEFDDEA) is known color: Snuff. HEX triplet: EF, DD and EA. RGB value is (239,221,234). Sum of RGB (Red+Green+Blue) = 239+221+234=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDEA is #102215. Grayscale: #E3E3E3. Windows color (decimal): -1057302 or 15392239. OLE color: 15392239.
HSL color Cylindrical-coordinate representation of color #EFDDEA: hue angle of 316.67º 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 #EFDDEA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 234 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.06 |
| HSL | 316.67º | 0.36% | 0.9% | - |
| HSV(B) | 316.67º | 0.08% | 0.94% | - |
| XYZ | 76.3 | 76 | 88.49 | - |
| YUV | 227.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 234 | 0 | 0.08 | 0.02 | 0.06 | 316.67 | 0.36 | 0.9 |
| Hex | EF | DD | EA | 0 | 8 | 2 | 6 | 13D | 24 | 5A |
| Octal | 357 | 335 | 352 | 0 | 10 | 2 | 6 | 475 | 44 | 132 |
| Binary | 11101111 | 11011101 | 11101010 | 0 | 1000 | 10 | 110 | 100111101 | 100100 | 1011010 |
Color Harmonies of #EFDDEA
Complementary color
Monochromatic Colors of #EFDDEA
Black with #EFDDEA
Text Example
Text Example
White with #EFDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDEA; }
p { color: rgb(239,221,234); }
H1.HeaderClassName
{
color: #EFDDEA;
}
.AnyTagClassName
{
color: #EFDDEA;
}
</style>
background-color css
<style>
a { background-color: #EFDDEA; }
a { background-color: rgb(239,221,234); }
div.DivClassName
{
background-color: #EFDDEA;
}
.BgClassName
{
background-color: #EFDDEA;
}
</style>
border-color css
<style>
span { border-color: #EFDDEA; }
span { border-color: rgb(239,221,234); }
td.TdClassName
{
border-color: #EFDDEA;
}
.TagClassName
{
border-color: #EFDDEA;
}
</style>