Shades of Snuff #EFD0EA
Tints of Snuff #EFD0EA
RGB
CMYK
RGB Variations
Color information
#EFD0EA (or 0xEFD0EA) is known color: Snuff. HEX triplet: EF, D0 and EA. RGB value is (239,208,234). Sum of RGB (Red+Green+Blue) = 239+208+234=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0EA is #102F15. Grayscale: #DCDCDC. Windows color (decimal): -1060630 or 15388911. OLE color: 15388911.
HSL color Cylindrical-coordinate representation of color #EFD0EA: hue angle of 309.68º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD0EA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 234 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.06 |
| HSL | 309.68º | 0.49% | 0.88% | - |
| HSV(B) | 309.68º | 0.13% | 0.94% | - |
| XYZ | 73 | 69.4 | 87.39 | - |
| YUV | 220.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 234 | 0 | 0.13 | 0.02 | 0.06 | 309.68 | 0.49 | 0.88 |
| Hex | EF | D0 | EA | 0 | D | 2 | 6 | 136 | 31 | 58 |
| Octal | 357 | 320 | 352 | 0 | 15 | 2 | 6 | 466 | 61 | 130 |
| Binary | 11101111 | 11010000 | 11101010 | 0 | 1101 | 10 | 110 | 100110110 | 110001 | 1011000 |
Color Harmonies of #EFD0EA
Complementary color
Monochromatic Colors of #EFD0EA
Black with #EFD0EA
Text Example
Text Example
White with #EFD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0EA; }
p { color: rgb(239,208,234); }
H1.HeaderClassName
{
color: #EFD0EA;
}
.AnyTagClassName
{
color: #EFD0EA;
}
</style>
background-color css
<style>
a { background-color: #EFD0EA; }
a { background-color: rgb(239,208,234); }
div.DivClassName
{
background-color: #EFD0EA;
}
.BgClassName
{
background-color: #EFD0EA;
}
</style>
border-color css
<style>
span { border-color: #EFD0EA; }
span { border-color: rgb(239,208,234); }
td.TdClassName
{
border-color: #EFD0EA;
}
.TagClassName
{
border-color: #EFD0EA;
}
</style>