Shades of Almond #EFDECD
Tints of Almond #EFDECD
RGB
CMYK
RGB Variations
Color information
#EFDECD (or 0xEFDECD) is known color: Almond. HEX triplet: EF, DE and CD. RGB value is (239,222,205). Sum of RGB (Red+Green+Blue) = 239+222+205=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECD is #102132. Grayscale: #E1E1E1. Windows color (decimal): -1057075 or 13491951. OLE color: 13491951.
HSL color Cylindrical-coordinate representation of color #EFDECD: hue angle of 30º degrees, saturation: 0.52, 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 #EFDECD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 205 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.06 |
| HSL | 30º | 0.52% | 0.87% | - |
| HSV(B) | 30º | 0.14% | 0.94% | - |
| XYZ | 72.74 | 75 | 68.4 | - |
| YUV | 225.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 205 | 0 | 0.07 | 0.14 | 0.06 | 30 | 0.52 | 0.87 |
| Hex | EF | DE | CD | 0 | 7 | E | 6 | 1E | 34 | 57 |
| Octal | 357 | 336 | 315 | 0 | 7 | 16 | 6 | 36 | 64 | 127 |
| Binary | 11101111 | 11011110 | 11001101 | 0 | 111 | 1110 | 110 | 11110 | 110100 | 1010111 |
Color Harmonies of #EFDECD
Complementary color
Monochromatic Colors of #EFDECD
Black with #EFDECD
Text Example
Text Example
White with #EFDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDECD; }
p { color: rgb(239,222,205); }
H1.HeaderClassName
{
color: #EFDECD;
}
.AnyTagClassName
{
color: #EFDECD;
}
</style>
background-color css
<style>
a { background-color: #EFDECD; }
a { background-color: rgb(239,222,205); }
div.DivClassName
{
background-color: #EFDECD;
}
.BgClassName
{
background-color: #EFDECD;
}
</style>
border-color css
<style>
span { border-color: #EFDECD; }
span { border-color: rgb(239,222,205); }
td.TdClassName
{
border-color: #EFDECD;
}
.TagClassName
{
border-color: #EFDECD;
}
</style>