Shades of Almond #EDD5C2
Tints of Almond #EDD5C2
RGB
CMYK
RGB Variations
Color information
#EDD5C2 (or 0xEDD5C2) is known color: Almond. HEX triplet: ED, D5 and C2. RGB value is (237,213,194). Sum of RGB (Red+Green+Blue) = 237+213+194=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5C2 is #122A3D. Grayscale: #DADADA. Windows color (decimal): -1190462 or 12768749. OLE color: 12768749.
HSL color Cylindrical-coordinate representation of color #EDD5C2: hue angle of 26.51º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDD5C2 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 194 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.07 |
| HSL | 26.51º | 0.54% | 0.85% | - |
| HSV(B) | 26.51º | 0.18% | 0.93% | - |
| XYZ | 68.46 | 69.49 | 60.84 | - |
| YUV | 218.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 194 | 0 | 0.10 | 0.18 | 0.07 | 26.51 | 0.54 | 0.85 |
| Hex | ED | D5 | C2 | 0 | A | 12 | 7 | 1B | 36 | 55 |
| Octal | 355 | 325 | 302 | 0 | 12 | 22 | 7 | 33 | 66 | 125 |
| Binary | 11101101 | 11010101 | 11000010 | 0 | 1010 | 10010 | 111 | 11011 | 110110 | 1010101 |
Color Harmonies of #EDD5C2
Complementary color
Monochromatic Colors of #EDD5C2
Black with #EDD5C2
Text Example
Text Example
White with #EDD5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5C2; }
p { color: rgb(237,213,194); }
H1.HeaderClassName
{
color: #EDD5C2;
}
.AnyTagClassName
{
color: #EDD5C2;
}
</style>
background-color css
<style>
a { background-color: #EDD5C2; }
a { background-color: rgb(237,213,194); }
div.DivClassName
{
background-color: #EDD5C2;
}
.BgClassName
{
background-color: #EDD5C2;
}
</style>
border-color css
<style>
span { border-color: #EDD5C2; }
span { border-color: rgb(237,213,194); }
td.TdClassName
{
border-color: #EDD5C2;
}
.TagClassName
{
border-color: #EDD5C2;
}
</style>