Shades of Almond #EFDDCF
Tints of Almond #EFDDCF
RGB
CMYK
RGB Variations
Color information
#EFDDCF (or 0xEFDDCF) is known color: Almond. HEX triplet: EF, DD and CF. RGB value is (239,221,207). Sum of RGB (Red+Green+Blue) = 239+221+207=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDCF is #102230. Grayscale: #E0E0E0. Windows color (decimal): -1057329 or 13622767. OLE color: 13622767.
HSL color Cylindrical-coordinate representation of color #EFDDCF: hue angle of 26.25º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDDCF is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 207 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.06 |
| HSL | 26.25º | 0.5% | 0.87% | - |
| HSV(B) | 26.25º | 0.13% | 0.94% | - |
| XYZ | 72.72 | 74.57 | 69.59 | - |
| YUV | 224.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 207 | 0 | 0.08 | 0.13 | 0.06 | 26.25 | 0.5 | 0.87 |
| Hex | EF | DD | CF | 0 | 8 | D | 6 | 1A | 32 | 57 |
| Octal | 357 | 335 | 317 | 0 | 10 | 15 | 6 | 32 | 62 | 127 |
| Binary | 11101111 | 11011101 | 11001111 | 0 | 1000 | 1101 | 110 | 11010 | 110010 | 1010111 |
Color Harmonies of #EFDDCF
Complementary color
Monochromatic Colors of #EFDDCF
Black with #EFDDCF
Text Example
Text Example
White with #EFDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDCF; }
p { color: rgb(239,221,207); }
H1.HeaderClassName
{
color: #EFDDCF;
}
.AnyTagClassName
{
color: #EFDDCF;
}
</style>
background-color css
<style>
a { background-color: #EFDDCF; }
a { background-color: rgb(239,221,207); }
div.DivClassName
{
background-color: #EFDDCF;
}
.BgClassName
{
background-color: #EFDDCF;
}
</style>
border-color css
<style>
span { border-color: #EFDDCF; }
span { border-color: rgb(239,221,207); }
td.TdClassName
{
border-color: #EFDDCF;
}
.TagClassName
{
border-color: #EFDDCF;
}
</style>