Shades of Almond #EFDCC7
Tints of Almond #EFDCC7
RGB
CMYK
RGB Variations
Color information
#EFDCC7 (or 0xEFDCC7) is known color: Almond. HEX triplet: EF, DC and C7. RGB value is (239,220,199). Sum of RGB (Red+Green+Blue) = 239+220+199=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 199 (78.12% from 255 or 30.24% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC7 is #102338. Grayscale: #DFDFDF. Windows color (decimal): -1057593 or 13098223. OLE color: 13098223.
HSL color Cylindrical-coordinate representation of color #EFDCC7: hue angle of 31.5º 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 #EFDCC7 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 199 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.06 |
| HSL | 31.5º | 0.56% | 0.86% | - |
| HSV(B) | 31.5º | 0.17% | 0.94% | - |
| XYZ | 71.5 | 73.66 | 64.48 | - |
| YUV | 223.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 199 | 0 | 0.08 | 0.17 | 0.06 | 31.5 | 0.56 | 0.86 |
| Hex | EF | DC | C7 | 0 | 8 | 11 | 6 | 1F | 38 | 56 |
| Octal | 357 | 334 | 307 | 0 | 10 | 21 | 6 | 37 | 70 | 126 |
| Binary | 11101111 | 11011100 | 11000111 | 0 | 1000 | 10001 | 110 | 11111 | 111000 | 1010110 |
Color Harmonies of #EFDCC7
Complementary color
Monochromatic Colors of #EFDCC7
Black with #EFDCC7
Text Example
Text Example
White with #EFDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCC7; }
p { color: rgb(239,220,199); }
H1.HeaderClassName
{
color: #EFDCC7;
}
.AnyTagClassName
{
color: #EFDCC7;
}
</style>
background-color css
<style>
a { background-color: #EFDCC7; }
a { background-color: rgb(239,220,199); }
div.DivClassName
{
background-color: #EFDCC7;
}
.BgClassName
{
background-color: #EFDCC7;
}
</style>
border-color css
<style>
span { border-color: #EFDCC7; }
span { border-color: rgb(239,220,199); }
td.TdClassName
{
border-color: #EFDCC7;
}
.TagClassName
{
border-color: #EFDCC7;
}
</style>