Shades of Almond #EFDBC8
Tints of Almond #EFDBC8
RGB
CMYK
RGB Variations
Color information
#EFDBC8 (or 0xEFDBC8) is known color: Almond. HEX triplet: EF, DB and C8. RGB value is (239,219,200). Sum of RGB (Red+Green+Blue) = 239+219+200=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC8 is #102437. Grayscale: #DEDEDE. Windows color (decimal): -1057848 or 13163503. OLE color: 13163503.
HSL color Cylindrical-coordinate representation of color #EFDBC8: hue angle of 29.23º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFDBC8 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 200 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.06 |
| HSL | 29.23º | 0.55% | 0.86% | - |
| HSV(B) | 29.23º | 0.16% | 0.94% | - |
| XYZ | 71.35 | 73.18 | 65.01 | - |
| YUV | 222.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 200 | 0 | 0.08 | 0.16 | 0.06 | 29.23 | 0.55 | 0.86 |
| Hex | EF | DB | C8 | 0 | 8 | 10 | 6 | 1D | 37 | 56 |
| Octal | 357 | 333 | 310 | 0 | 10 | 20 | 6 | 35 | 67 | 126 |
| Binary | 11101111 | 11011011 | 11001000 | 0 | 1000 | 10000 | 110 | 11101 | 110111 | 1010110 |
Color Harmonies of #EFDBC8
Complementary color
Monochromatic Colors of #EFDBC8
Black with #EFDBC8
Text Example
Text Example
White with #EFDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBC8; }
p { color: rgb(239,219,200); }
H1.HeaderClassName
{
color: #EFDBC8;
}
.AnyTagClassName
{
color: #EFDBC8;
}
</style>
background-color css
<style>
a { background-color: #EFDBC8; }
a { background-color: rgb(239,219,200); }
div.DivClassName
{
background-color: #EFDBC8;
}
.BgClassName
{
background-color: #EFDBC8;
}
</style>
border-color css
<style>
span { border-color: #EFDBC8; }
span { border-color: rgb(239,219,200); }
td.TdClassName
{
border-color: #EFDBC8;
}
.TagClassName
{
border-color: #EFDBC8;
}
</style>