Shades of Almond #EEDDCB
Tints of Almond #EEDDCB
RGB
CMYK
RGB Variations
Color information
#EEDDCB (or 0xEEDDCB) is known color: Almond. HEX triplet: EE, DD and CB. RGB value is (238,221,203). Sum of RGB (Red+Green+Blue) = 238+221+203=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDCB is #112234. Grayscale: #E0E0E0. Windows color (decimal): -1122869 or 13360622. OLE color: 13360622.
HSL color Cylindrical-coordinate representation of color #EEDDCB: hue angle of 30.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEDDCB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 203 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.07 |
| HSL | 30.86º | 0.51% | 0.86% | - |
| HSV(B) | 30.86º | 0.15% | 0.93% | - |
| XYZ | 71.9 | 74.2 | 67.03 | - |
| YUV | 224.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 203 | 0 | 0.07 | 0.15 | 0.07 | 30.86 | 0.51 | 0.86 |
| Hex | EE | DD | CB | 0 | 7 | F | 7 | 1F | 33 | 56 |
| Octal | 356 | 335 | 313 | 0 | 7 | 17 | 7 | 37 | 63 | 126 |
| Binary | 11101110 | 11011101 | 11001011 | 0 | 111 | 1111 | 111 | 11111 | 110011 | 1010110 |
Color Harmonies of #EEDDCB
Complementary color
Monochromatic Colors of #EEDDCB
Black with #EEDDCB
Text Example
Text Example
White with #EEDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDCB; }
p { color: rgb(238,221,203); }
H1.HeaderClassName
{
color: #EEDDCB;
}
.AnyTagClassName
{
color: #EEDDCB;
}
</style>
background-color css
<style>
a { background-color: #EEDDCB; }
a { background-color: rgb(238,221,203); }
div.DivClassName
{
background-color: #EEDDCB;
}
.BgClassName
{
background-color: #EEDDCB;
}
</style>
border-color css
<style>
span { border-color: #EEDDCB; }
span { border-color: rgb(238,221,203); }
td.TdClassName
{
border-color: #EEDDCB;
}
.TagClassName
{
border-color: #EEDDCB;
}
</style>