Shades of Almond #EFDBC7
Tints of Almond #EFDBC7
RGB
CMYK
RGB Variations
Color information
#EFDBC7 (or 0xEFDBC7) is known color: Almond. HEX triplet: EF, DB and C7. RGB value is (239,219,199). Sum of RGB (Red+Green+Blue) = 239+219+199=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC7 is #102438. Grayscale: #DEDEDE. Windows color (decimal): -1057849 or 13097967. OLE color: 13097967.
HSL color Cylindrical-coordinate representation of color #EFDBC7: hue angle of 30º 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 #EFDBC7 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 199 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.06 |
| HSL | 30º | 0.56% | 0.86% | - |
| HSV(B) | 30º | 0.17% | 0.94% | - |
| XYZ | 71.24 | 73.14 | 64.4 | - |
| YUV | 222.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 199 | 0 | 0.08 | 0.17 | 0.06 | 30 | 0.56 | 0.86 |
| Hex | EF | DB | C7 | 0 | 8 | 11 | 6 | 1E | 38 | 56 |
| Octal | 357 | 333 | 307 | 0 | 10 | 21 | 6 | 36 | 70 | 126 |
| Binary | 11101111 | 11011011 | 11000111 | 0 | 1000 | 10001 | 110 | 11110 | 111000 | 1010110 |
Color Harmonies of #EFDBC7
Complementary color
Monochromatic Colors of #EFDBC7
Black with #EFDBC7
Text Example
Text Example
White with #EFDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBC7; }
p { color: rgb(239,219,199); }
H1.HeaderClassName
{
color: #EFDBC7;
}
.AnyTagClassName
{
color: #EFDBC7;
}
</style>
background-color css
<style>
a { background-color: #EFDBC7; }
a { background-color: rgb(239,219,199); }
div.DivClassName
{
background-color: #EFDBC7;
}
.BgClassName
{
background-color: #EFDBC7;
}
</style>
border-color css
<style>
span { border-color: #EFDBC7; }
span { border-color: rgb(239,219,199); }
td.TdClassName
{
border-color: #EFDBC7;
}
.TagClassName
{
border-color: #EFDBC7;
}
</style>