Shades of Almond #EFDAC6
Tints of Almond #EFDAC6
RGB
CMYK
RGB Variations
Color information
#EFDAC6 (or 0xEFDAC6) is known color: Almond. HEX triplet: EF, DA and C6. RGB value is (239,218,198). Sum of RGB (Red+Green+Blue) = 239+218+198=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC6 is #102539. Grayscale: #DEDEDE. Windows color (decimal): -1058106 or 13032175. OLE color: 13032175.
HSL color Cylindrical-coordinate representation of color #EFDAC6: hue angle of 29.27º 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 #EFDAC6 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 198 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.06 |
| HSL | 29.27º | 0.56% | 0.86% | - |
| HSV(B) | 29.27º | 0.17% | 0.94% | - |
| XYZ | 70.86 | 72.57 | 63.7 | - |
| YUV | 222 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 198 | 0 | 0.09 | 0.17 | 0.06 | 29.27 | 0.56 | 0.86 |
| Hex | EF | DA | C6 | 0 | 9 | 11 | 6 | 1D | 38 | 56 |
| Octal | 357 | 332 | 306 | 0 | 11 | 21 | 6 | 35 | 70 | 126 |
| Binary | 11101111 | 11011010 | 11000110 | 0 | 1001 | 10001 | 110 | 11101 | 111000 | 1010110 |
Color Harmonies of #EFDAC6
Complementary color
Monochromatic Colors of #EFDAC6
Black with #EFDAC6
Text Example
Text Example
White with #EFDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAC6; }
p { color: rgb(239,218,198); }
H1.HeaderClassName
{
color: #EFDAC6;
}
.AnyTagClassName
{
color: #EFDAC6;
}
</style>
background-color css
<style>
a { background-color: #EFDAC6; }
a { background-color: rgb(239,218,198); }
div.DivClassName
{
background-color: #EFDAC6;
}
.BgClassName
{
background-color: #EFDAC6;
}
</style>
border-color css
<style>
span { border-color: #EFDAC6; }
span { border-color: rgb(239,218,198); }
td.TdClassName
{
border-color: #EFDAC6;
}
.TagClassName
{
border-color: #EFDAC6;
}
</style>