Shades of Almond #EEDCCA
Tints of Almond #EEDCCA
RGB
CMYK
RGB Variations
Color information
#EEDCCA (or 0xEEDCCA) is known color: Almond. HEX triplet: EE, DC and CA. RGB value is (238,220,202). Sum of RGB (Red+Green+Blue) = 238+220+202=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCCA is #112335. Grayscale: #DFDFDF. Windows color (decimal): -1123126 or 13294830. OLE color: 13294830.
HSL color Cylindrical-coordinate representation of color #EEDCCA: hue angle of 30º 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 #EEDCCA is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 202 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.07 |
| HSL | 30º | 0.51% | 0.86% | - |
| HSV(B) | 30º | 0.15% | 0.93% | - |
| XYZ | 71.51 | 73.63 | 66.32 | - |
| YUV | 223.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 202 | 0 | 0.08 | 0.15 | 0.07 | 30 | 0.51 | 0.86 |
| Hex | EE | DC | CA | 0 | 8 | F | 7 | 1E | 33 | 56 |
| Octal | 356 | 334 | 312 | 0 | 10 | 17 | 7 | 36 | 63 | 126 |
| Binary | 11101110 | 11011100 | 11001010 | 0 | 1000 | 1111 | 111 | 11110 | 110011 | 1010110 |
Color Harmonies of #EEDCCA
Complementary color
Monochromatic Colors of #EEDCCA
Black with #EEDCCA
Text Example
Text Example
White with #EEDCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCCA; }
p { color: rgb(238,220,202); }
H1.HeaderClassName
{
color: #EEDCCA;
}
.AnyTagClassName
{
color: #EEDCCA;
}
</style>
background-color css
<style>
a { background-color: #EEDCCA; }
a { background-color: rgb(238,220,202); }
div.DivClassName
{
background-color: #EEDCCA;
}
.BgClassName
{
background-color: #EEDCCA;
}
</style>
border-color css
<style>
span { border-color: #EEDCCA; }
span { border-color: rgb(238,220,202); }
td.TdClassName
{
border-color: #EEDCCA;
}
.TagClassName
{
border-color: #EEDCCA;
}
</style>