Shades of Almond #EFDCCD
Tints of Almond #EFDCCD
RGB
CMYK
RGB Variations
Color information
#EFDCCD (or 0xEFDCCD) is known color: Almond. HEX triplet: EF, DC and CD. RGB value is (239,220,205). Sum of RGB (Red+Green+Blue) = 239+220+205=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCCD is #102332. Grayscale: #E0E0E0. Windows color (decimal): -1057587 or 13491439. OLE color: 13491439.
HSL color Cylindrical-coordinate representation of color #EFDCCD: hue angle of 26.47º 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 #EFDCCD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 205 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.06 |
| HSL | 26.47º | 0.52% | 0.87% | - |
| HSV(B) | 26.47º | 0.14% | 0.94% | - |
| XYZ | 72.21 | 73.94 | 68.22 | - |
| YUV | 223.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 205 | 0 | 0.08 | 0.14 | 0.06 | 26.47 | 0.52 | 0.87 |
| Hex | EF | DC | CD | 0 | 8 | E | 6 | 1A | 34 | 57 |
| Octal | 357 | 334 | 315 | 0 | 10 | 16 | 6 | 32 | 64 | 127 |
| Binary | 11101111 | 11011100 | 11001101 | 0 | 1000 | 1110 | 110 | 11010 | 110100 | 1010111 |
Color Harmonies of #EFDCCD
Complementary color
Monochromatic Colors of #EFDCCD
Black with #EFDCCD
Text Example
Text Example
White with #EFDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCCD; }
p { color: rgb(239,220,205); }
H1.HeaderClassName
{
color: #EFDCCD;
}
.AnyTagClassName
{
color: #EFDCCD;
}
</style>
background-color css
<style>
a { background-color: #EFDCCD; }
a { background-color: rgb(239,220,205); }
div.DivClassName
{
background-color: #EFDCCD;
}
.BgClassName
{
background-color: #EFDCCD;
}
</style>
border-color css
<style>
span { border-color: #EFDCCD; }
span { border-color: rgb(239,220,205); }
td.TdClassName
{
border-color: #EFDCCD;
}
.TagClassName
{
border-color: #EFDCCD;
}
</style>