Shades of Almond #EFDECB
Tints of Almond #EFDECB
RGB
CMYK
RGB Variations
Color information
#EFDECB (or 0xEFDECB) is known color: Almond. HEX triplet: EF, DE and CB. RGB value is (239,222,203). Sum of RGB (Red+Green+Blue) = 239+222+203=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECB is #102134. Grayscale: #E1E1E1. Windows color (decimal): -1057077 or 13360879. OLE color: 13360879.
HSL color Cylindrical-coordinate representation of color #EFDECB: hue angle of 31.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFDECB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 203 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.06 |
| HSL | 31.67º | 0.53% | 0.87% | - |
| HSV(B) | 31.67º | 0.15% | 0.94% | - |
| XYZ | 72.5 | 74.91 | 67.14 | - |
| YUV | 224.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 203 | 0 | 0.07 | 0.15 | 0.06 | 31.67 | 0.53 | 0.87 |
| Hex | EF | DE | CB | 0 | 7 | F | 6 | 20 | 35 | 57 |
| Octal | 357 | 336 | 313 | 0 | 7 | 17 | 6 | 40 | 65 | 127 |
| Binary | 11101111 | 11011110 | 11001011 | 0 | 111 | 1111 | 110 | 100000 | 110101 | 1010111 |
Color Harmonies of #EFDECB
Complementary color
Monochromatic Colors of #EFDECB
Black with #EFDECB
Text Example
Text Example
White with #EFDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDECB; }
p { color: rgb(239,222,203); }
H1.HeaderClassName
{
color: #EFDECB;
}
.AnyTagClassName
{
color: #EFDECB;
}
</style>
background-color css
<style>
a { background-color: #EFDECB; }
a { background-color: rgb(239,222,203); }
div.DivClassName
{
background-color: #EFDECB;
}
.BgClassName
{
background-color: #EFDECB;
}
</style>
border-color css
<style>
span { border-color: #EFDECB; }
span { border-color: rgb(239,222,203); }
td.TdClassName
{
border-color: #EFDECB;
}
.TagClassName
{
border-color: #EFDECB;
}
</style>