Shades of Almond #EEDBC4
Tints of Almond #EEDBC4
RGB
CMYK
RGB Variations
Color information
#EEDBC4 (or 0xEEDBC4) is known color: Almond. HEX triplet: EE, DB and C4. RGB value is (238,219,196). Sum of RGB (Red+Green+Blue) = 238+219+196=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBC4 is #11243B. Grayscale: #DEDEDE. Windows color (decimal): -1123388 or 12901358. OLE color: 12901358.
HSL color Cylindrical-coordinate representation of color #EEDBC4: hue angle of 32.86º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEDBC4 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 196 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.07 |
| HSL | 32.86º | 0.55% | 0.85% | - |
| HSV(B) | 32.86º | 0.18% | 0.93% | - |
| XYZ | 70.56 | 72.83 | 62.56 | - |
| YUV | 222.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 196 | 0 | 0.08 | 0.18 | 0.07 | 32.86 | 0.55 | 0.85 |
| Hex | EE | DB | C4 | 0 | 8 | 12 | 7 | 21 | 37 | 55 |
| Octal | 356 | 333 | 304 | 0 | 10 | 22 | 7 | 41 | 67 | 125 |
| Binary | 11101110 | 11011011 | 11000100 | 0 | 1000 | 10010 | 111 | 100001 | 110111 | 1010101 |
Color Harmonies of #EEDBC4
Complementary color
Monochromatic Colors of #EEDBC4
Black with #EEDBC4
Text Example
Text Example
White with #EEDBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBC4; }
p { color: rgb(238,219,196); }
H1.HeaderClassName
{
color: #EEDBC4;
}
.AnyTagClassName
{
color: #EEDBC4;
}
</style>
background-color css
<style>
a { background-color: #EEDBC4; }
a { background-color: rgb(238,219,196); }
div.DivClassName
{
background-color: #EEDBC4;
}
.BgClassName
{
background-color: #EEDBC4;
}
</style>
border-color css
<style>
span { border-color: #EEDBC4; }
span { border-color: rgb(238,219,196); }
td.TdClassName
{
border-color: #EEDBC4;
}
.TagClassName
{
border-color: #EEDBC4;
}
</style>