Shades of Almond #EFDBC3
Tints of Almond #EFDBC3
RGB
CMYK
RGB Variations
Color information
#EFDBC3 (or 0xEFDBC3) is known color: Almond. HEX triplet: EF, DB and C3. RGB value is (239,219,195). Sum of RGB (Red+Green+Blue) = 239+219+195=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC3 is #10243C. Grayscale: #DEDEDE. Windows color (decimal): -1057853 or 12835823. OLE color: 12835823.
HSL color Cylindrical-coordinate representation of color #EFDBC3: hue angle of 32.73º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFDBC3 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 195 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.06 |
| HSL | 32.73º | 0.58% | 0.85% | - |
| HSV(B) | 32.73º | 0.18% | 0.94% | - |
| XYZ | 70.78 | 72.95 | 61.98 | - |
| YUV | 222.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 195 | 0 | 0.08 | 0.18 | 0.06 | 32.73 | 0.58 | 0.85 |
| Hex | EF | DB | C3 | 0 | 8 | 12 | 6 | 21 | 3A | 55 |
| Octal | 357 | 333 | 303 | 0 | 10 | 22 | 6 | 41 | 72 | 125 |
| Binary | 11101111 | 11011011 | 11000011 | 0 | 1000 | 10010 | 110 | 100001 | 111010 | 1010101 |
Color Harmonies of #EFDBC3
Complementary color
Monochromatic Colors of #EFDBC3
Black with #EFDBC3
Text Example
Text Example
White with #EFDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBC3; }
p { color: rgb(239,219,195); }
H1.HeaderClassName
{
color: #EFDBC3;
}
.AnyTagClassName
{
color: #EFDBC3;
}
</style>
background-color css
<style>
a { background-color: #EFDBC3; }
a { background-color: rgb(239,219,195); }
div.DivClassName
{
background-color: #EFDBC3;
}
.BgClassName
{
background-color: #EFDBC3;
}
</style>
border-color css
<style>
span { border-color: #EFDBC3; }
span { border-color: rgb(239,219,195); }
td.TdClassName
{
border-color: #EFDBC3;
}
.TagClassName
{
border-color: #EFDBC3;
}
</style>