Shades of Almond #EEDDCE
Tints of Almond #EEDDCE
RGB
CMYK
RGB Variations
Color information
#EEDDCE (or 0xEEDDCE) is known color: Almond. HEX triplet: EE, DD and CE. RGB value is (238,221,206). Sum of RGB (Red+Green+Blue) = 238+221+206=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDCE is #112231. Grayscale: #E0E0E0. Windows color (decimal): -1122866 or 13557230. OLE color: 13557230.
HSL color Cylindrical-coordinate representation of color #EEDDCE: hue angle of 28.12º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDDCE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 206 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.07 |
| HSL | 28.13º | 0.48% | 0.87% | - |
| HSV(B) | 28.13º | 0.13% | 0.93% | - |
| XYZ | 72.26 | 74.35 | 68.93 | - |
| YUV | 224.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 206 | 0 | 0.07 | 0.13 | 0.07 | 28.13 | 0.48 | 0.87 |
| Hex | EE | DD | CE | 0 | 7 | D | 7 | 1C | 30 | 57 |
| Octal | 356 | 335 | 316 | 0 | 7 | 15 | 7 | 34 | 60 | 127 |
| Binary | 11101110 | 11011101 | 11001110 | 0 | 111 | 1101 | 111 | 11100 | 110000 | 1010111 |
Color Harmonies of #EEDDCE
Complementary color
Monochromatic Colors of #EEDDCE
Black with #EEDDCE
Text Example
Text Example
White with #EEDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDCE; }
p { color: rgb(238,221,206); }
H1.HeaderClassName
{
color: #EEDDCE;
}
.AnyTagClassName
{
color: #EEDDCE;
}
</style>
background-color css
<style>
a { background-color: #EEDDCE; }
a { background-color: rgb(238,221,206); }
div.DivClassName
{
background-color: #EEDDCE;
}
.BgClassName
{
background-color: #EEDDCE;
}
</style>
border-color css
<style>
span { border-color: #EEDDCE; }
span { border-color: rgb(238,221,206); }
td.TdClassName
{
border-color: #EEDDCE;
}
.TagClassName
{
border-color: #EEDDCE;
}
</style>