Shades of Almond #EFDCC8
Tints of Almond #EFDCC8
RGB
CMYK
RGB Variations
Color information
#EFDCC8 (or 0xEFDCC8) is known color: Almond. HEX triplet: EF, DC and C8. RGB value is (239,220,200). Sum of RGB (Red+Green+Blue) = 239+220+200=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC8 is #102337. Grayscale: #DFDFDF. Windows color (decimal): -1057592 or 13163759. OLE color: 13163759.
HSL color Cylindrical-coordinate representation of color #EFDCC8: hue angle of 30.77º 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 #EFDCC8 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 200 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.06 |
| HSL | 30.77º | 0.55% | 0.86% | - |
| HSV(B) | 30.77º | 0.16% | 0.94% | - |
| XYZ | 71.62 | 73.71 | 65.1 | - |
| YUV | 223.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 200 | 0 | 0.08 | 0.16 | 0.06 | 30.77 | 0.55 | 0.86 |
| Hex | EF | DC | C8 | 0 | 8 | 10 | 6 | 1F | 37 | 56 |
| Octal | 357 | 334 | 310 | 0 | 10 | 20 | 6 | 37 | 67 | 126 |
| Binary | 11101111 | 11011100 | 11001000 | 0 | 1000 | 10000 | 110 | 11111 | 110111 | 1010110 |
Color Harmonies of #EFDCC8
Complementary color
Monochromatic Colors of #EFDCC8
Black with #EFDCC8
Text Example
Text Example
White with #EFDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCC8; }
p { color: rgb(239,220,200); }
H1.HeaderClassName
{
color: #EFDCC8;
}
.AnyTagClassName
{
color: #EFDCC8;
}
</style>
background-color css
<style>
a { background-color: #EFDCC8; }
a { background-color: rgb(239,220,200); }
div.DivClassName
{
background-color: #EFDCC8;
}
.BgClassName
{
background-color: #EFDCC8;
}
</style>
border-color css
<style>
span { border-color: #EFDCC8; }
span { border-color: rgb(239,220,200); }
td.TdClassName
{
border-color: #EFDCC8;
}
.TagClassName
{
border-color: #EFDCC8;
}
</style>