Shades of Almond #EFDFCE
Tints of Almond #EFDFCE
RGB
CMYK
RGB Variations
Color information
#EFDFCE (or 0xEFDFCE) is known color: Almond. HEX triplet: EF, DF and CE. RGB value is (239,223,206). Sum of RGB (Red+Green+Blue) = 239+223+206=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFCE is #102031. Grayscale: #E1E1E1. Windows color (decimal): -1056818 or 13557743. OLE color: 13557743.
HSL color Cylindrical-coordinate representation of color #EFDFCE: hue angle of 30.91º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDFCE is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 206 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.06 |
| HSL | 30.91º | 0.51% | 0.87% | - |
| HSV(B) | 30.91º | 0.14% | 0.94% | - |
| XYZ | 73.12 | 75.58 | 69.13 | - |
| YUV | 225.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 206 | 0 | 0.07 | 0.14 | 0.06 | 30.91 | 0.51 | 0.87 |
| Hex | EF | DF | CE | 0 | 7 | E | 6 | 1F | 33 | 57 |
| Octal | 357 | 337 | 316 | 0 | 7 | 16 | 6 | 37 | 63 | 127 |
| Binary | 11101111 | 11011111 | 11001110 | 0 | 111 | 1110 | 110 | 11111 | 110011 | 1010111 |
Color Harmonies of #EFDFCE
Complementary color
Monochromatic Colors of #EFDFCE
Black with #EFDFCE
Text Example
Text Example
White with #EFDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFCE; }
p { color: rgb(239,223,206); }
H1.HeaderClassName
{
color: #EFDFCE;
}
.AnyTagClassName
{
color: #EFDFCE;
}
</style>
background-color css
<style>
a { background-color: #EFDFCE; }
a { background-color: rgb(239,223,206); }
div.DivClassName
{
background-color: #EFDFCE;
}
.BgClassName
{
background-color: #EFDFCE;
}
</style>
border-color css
<style>
span { border-color: #EFDFCE; }
span { border-color: rgb(239,223,206); }
td.TdClassName
{
border-color: #EFDFCE;
}
.TagClassName
{
border-color: #EFDFCE;
}
</style>