Shades of Almond #EEDECA
Tints of Almond #EEDECA
RGB
CMYK
RGB Variations
Color information
#EEDECA (or 0xEEDECA) is known color: Almond. HEX triplet: EE, DE and CA. RGB value is (238,222,202). Sum of RGB (Red+Green+Blue) = 238+222+202=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDECA is #112135. Grayscale: #E0E0E0. Windows color (decimal): -1122614 or 13295342. OLE color: 13295342.
HSL color Cylindrical-coordinate representation of color #EEDECA: hue angle of 33.33º 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 #EEDECA is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 202 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.07 |
| HSL | 33.33º | 0.51% | 0.86% | - |
| HSV(B) | 33.33º | 0.15% | 0.93% | - |
| XYZ | 72.04 | 74.68 | 66.5 | - |
| YUV | 224.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 202 | 0 | 0.07 | 0.15 | 0.07 | 33.33 | 0.51 | 0.86 |
| Hex | EE | DE | CA | 0 | 7 | F | 7 | 21 | 33 | 56 |
| Octal | 356 | 336 | 312 | 0 | 7 | 17 | 7 | 41 | 63 | 126 |
| Binary | 11101110 | 11011110 | 11001010 | 0 | 111 | 1111 | 111 | 100001 | 110011 | 1010110 |
Color Harmonies of #EEDECA
Complementary color
Monochromatic Colors of #EEDECA
Black with #EEDECA
Text Example
Text Example
White with #EEDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDECA; }
p { color: rgb(238,222,202); }
H1.HeaderClassName
{
color: #EEDECA;
}
.AnyTagClassName
{
color: #EEDECA;
}
</style>
background-color css
<style>
a { background-color: #EEDECA; }
a { background-color: rgb(238,222,202); }
div.DivClassName
{
background-color: #EEDECA;
}
.BgClassName
{
background-color: #EEDECA;
}
</style>
border-color css
<style>
span { border-color: #EEDECA; }
span { border-color: rgb(238,222,202); }
td.TdClassName
{
border-color: #EEDECA;
}
.TagClassName
{
border-color: #EEDECA;
}
</style>