Shades of Almond #EFDDCE
Tints of Almond #EFDDCE
RGB
CMYK
RGB Variations
Color information
#EFDDCE (or 0xEFDDCE) is known color: Almond. HEX triplet: EF, DD and CE. RGB value is (239,221,206). Sum of RGB (Red+Green+Blue) = 239+221+206=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDCE is #102231. Grayscale: #E0E0E0. Windows color (decimal): -1057330 or 13557231. OLE color: 13557231.
HSL color Cylindrical-coordinate representation of color #EFDDCE: hue angle of 27.27º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDDCE is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 206 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.06 |
| HSL | 27.27º | 0.51% | 0.87% | - |
| HSV(B) | 27.27º | 0.14% | 0.94% | - |
| XYZ | 72.59 | 74.52 | 68.95 | - |
| YUV | 224.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 206 | 0 | 0.08 | 0.14 | 0.06 | 27.27 | 0.51 | 0.87 |
| Hex | EF | DD | CE | 0 | 8 | E | 6 | 1B | 33 | 57 |
| Octal | 357 | 335 | 316 | 0 | 10 | 16 | 6 | 33 | 63 | 127 |
| Binary | 11101111 | 11011101 | 11001110 | 0 | 1000 | 1110 | 110 | 11011 | 110011 | 1010111 |
Color Harmonies of #EFDDCE
Complementary color
Monochromatic Colors of #EFDDCE
Black with #EFDDCE
Text Example
Text Example
White with #EFDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDCE; }
p { color: rgb(239,221,206); }
H1.HeaderClassName
{
color: #EFDDCE;
}
.AnyTagClassName
{
color: #EFDDCE;
}
</style>
background-color css
<style>
a { background-color: #EFDDCE; }
a { background-color: rgb(239,221,206); }
div.DivClassName
{
background-color: #EFDDCE;
}
.BgClassName
{
background-color: #EFDDCE;
}
</style>
border-color css
<style>
span { border-color: #EFDDCE; }
span { border-color: rgb(239,221,206); }
td.TdClassName
{
border-color: #EFDDCE;
}
.TagClassName
{
border-color: #EFDDCE;
}
</style>