Shades of Almond #EDD5C5
Tints of Almond #EDD5C5
RGB
CMYK
RGB Variations
Color information
#EDD5C5 (or 0xEDD5C5) is known color: Almond. HEX triplet: ED, D5 and C5. RGB value is (237,213,197). Sum of RGB (Red+Green+Blue) = 237+213+197=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5C5 is #122A3A. Grayscale: #DADADA. Windows color (decimal): -1190459 or 12965357. OLE color: 12965357.
HSL color Cylindrical-coordinate representation of color #EDD5C5: hue angle of 24º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDD5C5 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 197 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.07 |
| HSL | 24º | 0.53% | 0.85% | - |
| HSV(B) | 24º | 0.17% | 0.93% | - |
| XYZ | 68.8 | 69.62 | 62.64 | - |
| YUV | 218.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 197 | 0 | 0.10 | 0.17 | 0.07 | 24 | 0.53 | 0.85 |
| Hex | ED | D5 | C5 | 0 | A | 11 | 7 | 18 | 35 | 55 |
| Octal | 355 | 325 | 305 | 0 | 12 | 21 | 7 | 30 | 65 | 125 |
| Binary | 11101101 | 11010101 | 11000101 | 0 | 1010 | 10001 | 111 | 11000 | 110101 | 1010101 |
Color Harmonies of #EDD5C5
Complementary color
Monochromatic Colors of #EDD5C5
Black with #EDD5C5
Text Example
Text Example
White with #EDD5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5C5; }
p { color: rgb(237,213,197); }
H1.HeaderClassName
{
color: #EDD5C5;
}
.AnyTagClassName
{
color: #EDD5C5;
}
</style>
background-color css
<style>
a { background-color: #EDD5C5; }
a { background-color: rgb(237,213,197); }
div.DivClassName
{
background-color: #EDD5C5;
}
.BgClassName
{
background-color: #EDD5C5;
}
</style>
border-color css
<style>
span { border-color: #EDD5C5; }
span { border-color: rgb(237,213,197); }
td.TdClassName
{
border-color: #EDD5C5;
}
.TagClassName
{
border-color: #EDD5C5;
}
</style>