Shades of Almond #EFDDC8
Tints of Almond #EFDDC8
RGB
CMYK
RGB Variations
Color information
#EFDDC8 (or 0xEFDDC8) is known color: Almond. HEX triplet: EF, DD and C8. RGB value is (239,221,200). Sum of RGB (Red+Green+Blue) = 239+221+200=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC8 is #102237. Grayscale: #E0E0E0. Windows color (decimal): -1057336 or 13164015. OLE color: 13164015.
HSL color Cylindrical-coordinate representation of color #EFDDC8: hue angle of 32.31º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFDDC8 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 200 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.06 |
| HSL | 32.31º | 0.55% | 0.86% | - |
| HSV(B) | 32.31º | 0.16% | 0.94% | - |
| XYZ | 71.88 | 74.23 | 65.18 | - |
| YUV | 223.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 200 | 0 | 0.08 | 0.16 | 0.06 | 32.31 | 0.55 | 0.86 |
| Hex | EF | DD | C8 | 0 | 8 | 10 | 6 | 20 | 37 | 56 |
| Octal | 357 | 335 | 310 | 0 | 10 | 20 | 6 | 40 | 67 | 126 |
| Binary | 11101111 | 11011101 | 11001000 | 0 | 1000 | 10000 | 110 | 100000 | 110111 | 1010110 |
Color Harmonies of #EFDDC8
Complementary color
Monochromatic Colors of #EFDDC8
Black with #EFDDC8
Text Example
Text Example
White with #EFDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDC8; }
p { color: rgb(239,221,200); }
H1.HeaderClassName
{
color: #EFDDC8;
}
.AnyTagClassName
{
color: #EFDDC8;
}
</style>
background-color css
<style>
a { background-color: #EFDDC8; }
a { background-color: rgb(239,221,200); }
div.DivClassName
{
background-color: #EFDDC8;
}
.BgClassName
{
background-color: #EFDDC8;
}
</style>
border-color css
<style>
span { border-color: #EFDDC8; }
span { border-color: rgb(239,221,200); }
td.TdClassName
{
border-color: #EFDDC8;
}
.TagClassName
{
border-color: #EFDDC8;
}
</style>