Shades of Almond #EED6C1
Tints of Almond #EED6C1
RGB
CMYK
RGB Variations
Color information
#EED6C1 (or 0xEED6C1) is known color: Almond. HEX triplet: EE, D6 and C1. RGB value is (238,214,193). Sum of RGB (Red+Green+Blue) = 238+214+193=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6C1 is #11293E. Grayscale: #DADADA. Windows color (decimal): -1124671 or 12703470. OLE color: 12703470.
HSL color Cylindrical-coordinate representation of color #EED6C1: hue angle of 28º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EED6C1 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 193 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.07 |
| HSL | 28º | 0.57% | 0.85% | - |
| HSV(B) | 28º | 0.19% | 0.93% | - |
| XYZ | 68.93 | 70.12 | 60.35 | - |
| YUV | 218.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 193 | 0 | 0.10 | 0.19 | 0.07 | 28 | 0.57 | 0.85 |
| Hex | EE | D6 | C1 | 0 | A | 13 | 7 | 1C | 39 | 55 |
| Octal | 356 | 326 | 301 | 0 | 12 | 23 | 7 | 34 | 71 | 125 |
| Binary | 11101110 | 11010110 | 11000001 | 0 | 1010 | 10011 | 111 | 11100 | 111001 | 1010101 |
Color Harmonies of #EED6C1
Complementary color
Monochromatic Colors of #EED6C1
Black with #EED6C1
Text Example
Text Example
White with #EED6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6C1; }
p { color: rgb(238,214,193); }
H1.HeaderClassName
{
color: #EED6C1;
}
.AnyTagClassName
{
color: #EED6C1;
}
</style>
background-color css
<style>
a { background-color: #EED6C1; }
a { background-color: rgb(238,214,193); }
div.DivClassName
{
background-color: #EED6C1;
}
.BgClassName
{
background-color: #EED6C1;
}
</style>
border-color css
<style>
span { border-color: #EED6C1; }
span { border-color: rgb(238,214,193); }
td.TdClassName
{
border-color: #EED6C1;
}
.TagClassName
{
border-color: #EED6C1;
}
</style>