Shades of Almond #EDD5C3
Tints of Almond #EDD5C3
RGB
CMYK
RGB Variations
Color information
#EDD5C3 (or 0xEDD5C3) is known color: Almond. HEX triplet: ED, D5 and C3. RGB value is (237,213,195). Sum of RGB (Red+Green+Blue) = 237+213+195=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 195 (76.56% from 255 or 30.23% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5C3 is #122A3C. Grayscale: #DADADA. Windows color (decimal): -1190461 or 12834285. OLE color: 12834285.
HSL color Cylindrical-coordinate representation of color #EDD5C3: hue angle of 25.71º 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 #EDD5C3 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 195 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.07 |
| HSL | 25.71º | 0.54% | 0.85% | - |
| HSV(B) | 25.71º | 0.18% | 0.93% | - |
| XYZ | 68.57 | 69.53 | 61.44 | - |
| YUV | 218.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 195 | 0 | 0.10 | 0.18 | 0.07 | 25.71 | 0.54 | 0.85 |
| Hex | ED | D5 | C3 | 0 | A | 12 | 7 | 1A | 36 | 55 |
| Octal | 355 | 325 | 303 | 0 | 12 | 22 | 7 | 32 | 66 | 125 |
| Binary | 11101101 | 11010101 | 11000011 | 0 | 1010 | 10010 | 111 | 11010 | 110110 | 1010101 |
Color Harmonies of #EDD5C3
Complementary color
Monochromatic Colors of #EDD5C3
Black with #EDD5C3
Text Example
Text Example
White with #EDD5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5C3; }
p { color: rgb(237,213,195); }
H1.HeaderClassName
{
color: #EDD5C3;
}
.AnyTagClassName
{
color: #EDD5C3;
}
</style>
background-color css
<style>
a { background-color: #EDD5C3; }
a { background-color: rgb(237,213,195); }
div.DivClassName
{
background-color: #EDD5C3;
}
.BgClassName
{
background-color: #EDD5C3;
}
</style>
border-color css
<style>
span { border-color: #EDD5C3; }
span { border-color: rgb(237,213,195); }
td.TdClassName
{
border-color: #EDD5C3;
}
.TagClassName
{
border-color: #EDD5C3;
}
</style>