Shades of Almond #EFDAC8
Tints of Almond #EFDAC8
RGB
CMYK
RGB Variations
Color information
#EFDAC8 (or 0xEFDAC8) is known color: Almond. HEX triplet: EF, DA and C8. RGB value is (239,218,200). Sum of RGB (Red+Green+Blue) = 239+218+200=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC8 is #102537. Grayscale: #DEDEDE. Windows color (decimal): -1058104 or 13163247. OLE color: 13163247.
HSL color Cylindrical-coordinate representation of color #EFDAC8: hue angle of 27.69º 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 #EFDAC8 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 200 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.06 |
| HSL | 27.69º | 0.55% | 0.86% | - |
| HSV(B) | 27.69º | 0.16% | 0.94% | - |
| XYZ | 71.09 | 72.66 | 64.92 | - |
| YUV | 222.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 200 | 0 | 0.09 | 0.16 | 0.06 | 27.69 | 0.55 | 0.86 |
| Hex | EF | DA | C8 | 0 | 9 | 10 | 6 | 1C | 37 | 56 |
| Octal | 357 | 332 | 310 | 0 | 11 | 20 | 6 | 34 | 67 | 126 |
| Binary | 11101111 | 11011010 | 11001000 | 0 | 1001 | 10000 | 110 | 11100 | 110111 | 1010110 |
Color Harmonies of #EFDAC8
Complementary color
Monochromatic Colors of #EFDAC8
Black with #EFDAC8
Text Example
Text Example
White with #EFDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAC8; }
p { color: rgb(239,218,200); }
H1.HeaderClassName
{
color: #EFDAC8;
}
.AnyTagClassName
{
color: #EFDAC8;
}
</style>
background-color css
<style>
a { background-color: #EFDAC8; }
a { background-color: rgb(239,218,200); }
div.DivClassName
{
background-color: #EFDAC8;
}
.BgClassName
{
background-color: #EFDAC8;
}
</style>
border-color css
<style>
span { border-color: #EFDAC8; }
span { border-color: rgb(239,218,200); }
td.TdClassName
{
border-color: #EFDAC8;
}
.TagClassName
{
border-color: #EFDAC8;
}
</style>