Shades of Almond #EFDDCA
Tints of Almond #EFDDCA
RGB
CMYK
RGB Variations
Color information
#EFDDCA (or 0xEFDDCA) is known color: Almond. HEX triplet: EF, DD and CA. RGB value is (239,221,202). Sum of RGB (Red+Green+Blue) = 239+221+202=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDCA is #102235. Grayscale: #E0E0E0. Windows color (decimal): -1057334 or 13295087. OLE color: 13295087.
HSL color Cylindrical-coordinate representation of color #EFDDCA: hue angle of 30.81º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFDDCA is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 202 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.06 |
| HSL | 30.81º | 0.54% | 0.86% | - |
| HSV(B) | 30.81º | 0.15% | 0.94% | - |
| XYZ | 72.11 | 74.33 | 66.42 | - |
| YUV | 224.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 202 | 0 | 0.08 | 0.15 | 0.06 | 30.81 | 0.54 | 0.86 |
| Hex | EF | DD | CA | 0 | 8 | F | 6 | 1F | 36 | 56 |
| Octal | 357 | 335 | 312 | 0 | 10 | 17 | 6 | 37 | 66 | 126 |
| Binary | 11101111 | 11011101 | 11001010 | 0 | 1000 | 1111 | 110 | 11111 | 110110 | 1010110 |
Color Harmonies of #EFDDCA
Complementary color
Monochromatic Colors of #EFDDCA
Black with #EFDDCA
Text Example
Text Example
White with #EFDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDCA; }
p { color: rgb(239,221,202); }
H1.HeaderClassName
{
color: #EFDDCA;
}
.AnyTagClassName
{
color: #EFDDCA;
}
</style>
background-color css
<style>
a { background-color: #EFDDCA; }
a { background-color: rgb(239,221,202); }
div.DivClassName
{
background-color: #EFDDCA;
}
.BgClassName
{
background-color: #EFDDCA;
}
</style>
border-color css
<style>
span { border-color: #EFDDCA; }
span { border-color: rgb(239,221,202); }
td.TdClassName
{
border-color: #EFDDCA;
}
.TagClassName
{
border-color: #EFDDCA;
}
</style>