Shades of Almond #EDDECD
Tints of Almond #EDDECD
RGB
CMYK
RGB Variations
Color information
#EDDECD (or 0xEDDECD) is known color: Almond. HEX triplet: ED, DE and CD. RGB value is (237,222,205). Sum of RGB (Red+Green+Blue) = 237+222+205=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDECD is #122132. Grayscale: #E0E0E0. Windows color (decimal): -1188147 or 13491949. OLE color: 13491949.
HSL color Cylindrical-coordinate representation of color #EDDECD: hue angle of 31.88º 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 #EDDECD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 205 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.07 |
| HSL | 31.88º | 0.47% | 0.87% | - |
| HSV(B) | 31.88º | 0.14% | 0.93% | - |
| XYZ | 72.07 | 74.65 | 68.37 | - |
| YUV | 224.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 205 | 0 | 0.06 | 0.14 | 0.07 | 31.88 | 0.47 | 0.87 |
| Hex | ED | DE | CD | 0 | 6 | E | 7 | 20 | 2F | 57 |
| Octal | 355 | 336 | 315 | 0 | 6 | 16 | 7 | 40 | 57 | 127 |
| Binary | 11101101 | 11011110 | 11001101 | 0 | 110 | 1110 | 111 | 100000 | 101111 | 1010111 |
Color Harmonies of #EDDECD
Complementary color
Monochromatic Colors of #EDDECD
Black with #EDDECD
Text Example
Text Example
White with #EDDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDECD; }
p { color: rgb(237,222,205); }
H1.HeaderClassName
{
color: #EDDECD;
}
.AnyTagClassName
{
color: #EDDECD;
}
</style>
background-color css
<style>
a { background-color: #EDDECD; }
a { background-color: rgb(237,222,205); }
div.DivClassName
{
background-color: #EDDECD;
}
.BgClassName
{
background-color: #EDDECD;
}
</style>
border-color css
<style>
span { border-color: #EDDECD; }
span { border-color: rgb(237,222,205); }
td.TdClassName
{
border-color: #EDDECD;
}
.TagClassName
{
border-color: #EDDECD;
}
</style>