Shades of Almond #EFDDC7
Tints of Almond #EFDDC7
RGB
CMYK
RGB Variations
Color information
#EFDDC7 (or 0xEFDDC7) is known color: Almond. HEX triplet: EF, DD and C7. RGB value is (239,221,199). Sum of RGB (Red+Green+Blue) = 239+221+199=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC7 is #102238. Grayscale: #DFDFDF. Windows color (decimal): -1057337 or 13098479. OLE color: 13098479.
HSL color Cylindrical-coordinate representation of color #EFDDC7: hue angle of 33º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFDDC7 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 199 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.06 |
| HSL | 33º | 0.56% | 0.86% | - |
| HSV(B) | 33º | 0.17% | 0.94% | - |
| XYZ | 71.76 | 74.19 | 64.57 | - |
| YUV | 223.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 199 | 0 | 0.08 | 0.17 | 0.06 | 33 | 0.56 | 0.86 |
| Hex | EF | DD | C7 | 0 | 8 | 11 | 6 | 21 | 38 | 56 |
| Octal | 357 | 335 | 307 | 0 | 10 | 21 | 6 | 41 | 70 | 126 |
| Binary | 11101111 | 11011101 | 11000111 | 0 | 1000 | 10001 | 110 | 100001 | 111000 | 1010110 |
Color Harmonies of #EFDDC7
Complementary color
Monochromatic Colors of #EFDDC7
Black with #EFDDC7
Text Example
Text Example
White with #EFDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDC7; }
p { color: rgb(239,221,199); }
H1.HeaderClassName
{
color: #EFDDC7;
}
.AnyTagClassName
{
color: #EFDDC7;
}
</style>
background-color css
<style>
a { background-color: #EFDDC7; }
a { background-color: rgb(239,221,199); }
div.DivClassName
{
background-color: #EFDDC7;
}
.BgClassName
{
background-color: #EFDDC7;
}
</style>
border-color css
<style>
span { border-color: #EFDDC7; }
span { border-color: rgb(239,221,199); }
td.TdClassName
{
border-color: #EFDDC7;
}
.TagClassName
{
border-color: #EFDDC7;
}
</style>