Shades of Almond #EEDDC7
Tints of Almond #EEDDC7
RGB
CMYK
RGB Variations
Color information
#EEDDC7 (or 0xEEDDC7) is known color: Almond. HEX triplet: EE, DD and C7. RGB value is (238,221,199). Sum of RGB (Red+Green+Blue) = 238+221+199=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 199 (78.12% from 255 or 30.24% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC7 is #112238. Grayscale: #DFDFDF. Windows color (decimal): -1122873 or 13098478. OLE color: 13098478.
HSL color Cylindrical-coordinate representation of color #EEDDC7: hue angle of 33.85º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEDDC7 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 199 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.07 |
| HSL | 33.85º | 0.53% | 0.86% | - |
| HSV(B) | 33.85º | 0.16% | 0.93% | - |
| XYZ | 71.43 | 74.01 | 64.55 | - |
| YUV | 223.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 199 | 0 | 0.07 | 0.16 | 0.07 | 33.85 | 0.53 | 0.86 |
| Hex | EE | DD | C7 | 0 | 7 | 10 | 7 | 22 | 35 | 56 |
| Octal | 356 | 335 | 307 | 0 | 7 | 20 | 7 | 42 | 65 | 126 |
| Binary | 11101110 | 11011101 | 11000111 | 0 | 111 | 10000 | 111 | 100010 | 110101 | 1010110 |
Color Harmonies of #EEDDC7
Complementary color
Monochromatic Colors of #EEDDC7
Black with #EEDDC7
Text Example
Text Example
White with #EEDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDC7; }
p { color: rgb(238,221,199); }
H1.HeaderClassName
{
color: #EEDDC7;
}
.AnyTagClassName
{
color: #EEDDC7;
}
</style>
background-color css
<style>
a { background-color: #EEDDC7; }
a { background-color: rgb(238,221,199); }
div.DivClassName
{
background-color: #EEDDC7;
}
.BgClassName
{
background-color: #EEDDC7;
}
</style>
border-color css
<style>
span { border-color: #EEDDC7; }
span { border-color: rgb(238,221,199); }
td.TdClassName
{
border-color: #EEDDC7;
}
.TagClassName
{
border-color: #EEDDC7;
}
</style>