Shades of Almond #EEDCC9
Tints of Almond #EEDCC9
RGB
CMYK
RGB Variations
Color information
#EEDCC9 (or 0xEEDCC9) is known color: Almond. HEX triplet: EE, DC and C9. RGB value is (238,220,201). Sum of RGB (Red+Green+Blue) = 238+220+201=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC9 is #112336. Grayscale: #DFDFDF. Windows color (decimal): -1123127 or 13229294. OLE color: 13229294.
HSL color Cylindrical-coordinate representation of color #EEDCC9: hue angle of 30.81º degrees, saturation: 0.52, 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 #EEDCC9 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 201 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.07 |
| HSL | 30.81º | 0.52% | 0.86% | - |
| HSV(B) | 30.81º | 0.16% | 0.93% | - |
| XYZ | 71.4 | 73.58 | 65.7 | - |
| YUV | 223.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 201 | 0 | 0.08 | 0.16 | 0.07 | 30.81 | 0.52 | 0.86 |
| Hex | EE | DC | C9 | 0 | 8 | 10 | 7 | 1F | 34 | 56 |
| Octal | 356 | 334 | 311 | 0 | 10 | 20 | 7 | 37 | 64 | 126 |
| Binary | 11101110 | 11011100 | 11001001 | 0 | 1000 | 10000 | 111 | 11111 | 110100 | 1010110 |
Color Harmonies of #EEDCC9
Complementary color
Monochromatic Colors of #EEDCC9
Black with #EEDCC9
Text Example
Text Example
White with #EEDCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCC9; }
p { color: rgb(238,220,201); }
H1.HeaderClassName
{
color: #EEDCC9;
}
.AnyTagClassName
{
color: #EEDCC9;
}
</style>
background-color css
<style>
a { background-color: #EEDCC9; }
a { background-color: rgb(238,220,201); }
div.DivClassName
{
background-color: #EEDCC9;
}
.BgClassName
{
background-color: #EEDCC9;
}
</style>
border-color css
<style>
span { border-color: #EEDCC9; }
span { border-color: rgb(238,220,201); }
td.TdClassName
{
border-color: #EEDCC9;
}
.TagClassName
{
border-color: #EEDCC9;
}
</style>