Shades of Almond #EFDBCB
Tints of Almond #EFDBCB
RGB
CMYK
RGB Variations
Color information
#EFDBCB (or 0xEFDBCB) is known color: Almond. HEX triplet: EF, DB and CB. RGB value is (239,219,203). Sum of RGB (Red+Green+Blue) = 239+219+203=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBCB is #102434. Grayscale: #DFDFDF. Windows color (decimal): -1057845 or 13360111. OLE color: 13360111.
HSL color Cylindrical-coordinate representation of color #EFDBCB: hue angle of 26.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 #EFDBCB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 203 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.06 |
| HSL | 26.67º | 0.53% | 0.87% | - |
| HSV(B) | 26.67º | 0.15% | 0.94% | - |
| XYZ | 71.71 | 73.33 | 66.87 | - |
| YUV | 223.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 203 | 0 | 0.08 | 0.15 | 0.06 | 26.67 | 0.53 | 0.87 |
| Hex | EF | DB | CB | 0 | 8 | F | 6 | 1B | 35 | 57 |
| Octal | 357 | 333 | 313 | 0 | 10 | 17 | 6 | 33 | 65 | 127 |
| Binary | 11101111 | 11011011 | 11001011 | 0 | 1000 | 1111 | 110 | 11011 | 110101 | 1010111 |
Color Harmonies of #EFDBCB
Complementary color
Monochromatic Colors of #EFDBCB
Black with #EFDBCB
Text Example
Text Example
White with #EFDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBCB; }
p { color: rgb(239,219,203); }
H1.HeaderClassName
{
color: #EFDBCB;
}
.AnyTagClassName
{
color: #EFDBCB;
}
</style>
background-color css
<style>
a { background-color: #EFDBCB; }
a { background-color: rgb(239,219,203); }
div.DivClassName
{
background-color: #EFDBCB;
}
.BgClassName
{
background-color: #EFDBCB;
}
</style>
border-color css
<style>
span { border-color: #EFDBCB; }
span { border-color: rgb(239,219,203); }
td.TdClassName
{
border-color: #EFDBCB;
}
.TagClassName
{
border-color: #EFDBCB;
}
</style>