Shades of Almond #EFDBC6
Tints of Almond #EFDBC6
RGB
CMYK
RGB Variations
Color information
#EFDBC6 (or 0xEFDBC6) is known color: Almond. HEX triplet: EF, DB and C6. RGB value is (239,219,198). Sum of RGB (Red+Green+Blue) = 239+219+198=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC6 is #102439. Grayscale: #DEDEDE. Windows color (decimal): -1057850 or 13032431. OLE color: 13032431.
HSL color Cylindrical-coordinate representation of color #EFDBC6: hue angle of 30.73º 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 #EFDBC6 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 198 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.06 |
| HSL | 30.73º | 0.56% | 0.86% | - |
| HSV(B) | 30.73º | 0.17% | 0.94% | - |
| XYZ | 71.12 | 73.09 | 63.79 | - |
| YUV | 222.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 198 | 0 | 0.08 | 0.17 | 0.06 | 30.73 | 0.56 | 0.86 |
| Hex | EF | DB | C6 | 0 | 8 | 11 | 6 | 1F | 38 | 56 |
| Octal | 357 | 333 | 306 | 0 | 10 | 21 | 6 | 37 | 70 | 126 |
| Binary | 11101111 | 11011011 | 11000110 | 0 | 1000 | 10001 | 110 | 11111 | 111000 | 1010110 |
Color Harmonies of #EFDBC6
Complementary color
Monochromatic Colors of #EFDBC6
Black with #EFDBC6
Text Example
Text Example
White with #EFDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBC6; }
p { color: rgb(239,219,198); }
H1.HeaderClassName
{
color: #EFDBC6;
}
.AnyTagClassName
{
color: #EFDBC6;
}
</style>
background-color css
<style>
a { background-color: #EFDBC6; }
a { background-color: rgb(239,219,198); }
div.DivClassName
{
background-color: #EFDBC6;
}
.BgClassName
{
background-color: #EFDBC6;
}
</style>
border-color css
<style>
span { border-color: #EFDBC6; }
span { border-color: rgb(239,219,198); }
td.TdClassName
{
border-color: #EFDBC6;
}
.TagClassName
{
border-color: #EFDBC6;
}
</style>