Shades of Almond #EEDACB
Tints of Almond #EEDACB
RGB
CMYK
RGB Variations
Color information
#EEDACB (or 0xEEDACB) is known color: Almond. HEX triplet: EE, DA and CB. RGB value is (238,218,203). Sum of RGB (Red+Green+Blue) = 238+218+203=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDACB is #112534. Grayscale: #DEDEDE. Windows color (decimal): -1123637 or 13359854. OLE color: 13359854.
HSL color Cylindrical-coordinate representation of color #EEDACB: hue angle of 25.71º 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 #EEDACB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 203 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.07 |
| HSL | 25.71º | 0.51% | 0.86% | - |
| HSV(B) | 25.71º | 0.15% | 0.93% | - |
| XYZ | 71.11 | 72.63 | 66.77 | - |
| YUV | 222.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 203 | 0 | 0.08 | 0.15 | 0.07 | 25.71 | 0.51 | 0.86 |
| Hex | EE | DA | CB | 0 | 8 | F | 7 | 1A | 33 | 56 |
| Octal | 356 | 332 | 313 | 0 | 10 | 17 | 7 | 32 | 63 | 126 |
| Binary | 11101110 | 11011010 | 11001011 | 0 | 1000 | 1111 | 111 | 11010 | 110011 | 1010110 |
Color Harmonies of #EEDACB
Complementary color
Monochromatic Colors of #EEDACB
Black with #EEDACB
Text Example
Text Example
White with #EEDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDACB; }
p { color: rgb(238,218,203); }
H1.HeaderClassName
{
color: #EEDACB;
}
.AnyTagClassName
{
color: #EEDACB;
}
</style>
background-color css
<style>
a { background-color: #EEDACB; }
a { background-color: rgb(238,218,203); }
div.DivClassName
{
background-color: #EEDACB;
}
.BgClassName
{
background-color: #EEDACB;
}
</style>
border-color css
<style>
span { border-color: #EEDACB; }
span { border-color: rgb(238,218,203); }
td.TdClassName
{
border-color: #EEDACB;
}
.TagClassName
{
border-color: #EEDACB;
}
</style>