Shades of Almond #EDDBCD
Tints of Almond #EDDBCD
RGB
CMYK
RGB Variations
Color information
#EDDBCD (or 0xEDDBCD) is known color: Almond. HEX triplet: ED, DB and CD. RGB value is (237,219,205). Sum of RGB (Red+Green+Blue) = 237+219+205=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBCD is #122432. Grayscale: #DEDEDE. Windows color (decimal): -1188915 or 13491181. OLE color: 13491181.
HSL color Cylindrical-coordinate representation of color #EDDBCD: hue angle of 26.25º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDDBCD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 205 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.07 |
| HSL | 26.25º | 0.47% | 0.87% | - |
| HSV(B) | 26.25º | 0.14% | 0.93% | - |
| XYZ | 71.28 | 73.08 | 68.11 | - |
| YUV | 222.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 205 | 0 | 0.08 | 0.14 | 0.07 | 26.25 | 0.47 | 0.87 |
| Hex | ED | DB | CD | 0 | 8 | E | 7 | 1A | 2F | 57 |
| Octal | 355 | 333 | 315 | 0 | 10 | 16 | 7 | 32 | 57 | 127 |
| Binary | 11101101 | 11011011 | 11001101 | 0 | 1000 | 1110 | 111 | 11010 | 101111 | 1010111 |
Color Harmonies of #EDDBCD
Complementary color
Monochromatic Colors of #EDDBCD
Black with #EDDBCD
Text Example
Text Example
White with #EDDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBCD; }
p { color: rgb(237,219,205); }
H1.HeaderClassName
{
color: #EDDBCD;
}
.AnyTagClassName
{
color: #EDDBCD;
}
</style>
background-color css
<style>
a { background-color: #EDDBCD; }
a { background-color: rgb(237,219,205); }
div.DivClassName
{
background-color: #EDDBCD;
}
.BgClassName
{
background-color: #EDDBCD;
}
</style>
border-color css
<style>
span { border-color: #EDDBCD; }
span { border-color: rgb(237,219,205); }
td.TdClassName
{
border-color: #EDDBCD;
}
.TagClassName
{
border-color: #EDDBCD;
}
</style>