Shades of Almond #EFDCC6
Tints of Almond #EFDCC6
RGB
CMYK
RGB Variations
Color information
#EFDCC6 (or 0xEFDCC6) is known color: Almond. HEX triplet: EF, DC and C6. RGB value is (239,220,198). Sum of RGB (Red+Green+Blue) = 239+220+198=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 198 (77.73% from 255 or 30.14% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC6 is #102339. Grayscale: #DFDFDF. Windows color (decimal): -1057594 or 13032687. OLE color: 13032687.
HSL color Cylindrical-coordinate representation of color #EFDCC6: hue angle of 32.2º 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 #EFDCC6 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 198 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.06 |
| HSL | 32.2º | 0.56% | 0.86% | - |
| HSV(B) | 32.2º | 0.17% | 0.94% | - |
| XYZ | 71.38 | 73.61 | 63.87 | - |
| YUV | 223.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 198 | 0 | 0.08 | 0.17 | 0.06 | 32.2 | 0.56 | 0.86 |
| Hex | EF | DC | C6 | 0 | 8 | 11 | 6 | 20 | 38 | 56 |
| Octal | 357 | 334 | 306 | 0 | 10 | 21 | 6 | 40 | 70 | 126 |
| Binary | 11101111 | 11011100 | 11000110 | 0 | 1000 | 10001 | 110 | 100000 | 111000 | 1010110 |
Color Harmonies of #EFDCC6
Complementary color
Monochromatic Colors of #EFDCC6
Black with #EFDCC6
Text Example
Text Example
White with #EFDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCC6; }
p { color: rgb(239,220,198); }
H1.HeaderClassName
{
color: #EFDCC6;
}
.AnyTagClassName
{
color: #EFDCC6;
}
</style>
background-color css
<style>
a { background-color: #EFDCC6; }
a { background-color: rgb(239,220,198); }
div.DivClassName
{
background-color: #EFDCC6;
}
.BgClassName
{
background-color: #EFDCC6;
}
</style>
border-color css
<style>
span { border-color: #EFDCC6; }
span { border-color: rgb(239,220,198); }
td.TdClassName
{
border-color: #EFDCC6;
}
.TagClassName
{
border-color: #EFDCC6;
}
</style>