Shades of Almond #EEDAC3
Tints of Almond #EEDAC3
RGB
CMYK
RGB Variations
Color information
#EEDAC3 (or 0xEEDAC3) is known color: Almond. HEX triplet: EE, DA and C3. RGB value is (238,218,195). Sum of RGB (Red+Green+Blue) = 238+218+195=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC3 is #11253C. Grayscale: #DDDDDD. Windows color (decimal): -1123645 or 12835566. OLE color: 12835566.
HSL color Cylindrical-coordinate representation of color #EEDAC3: hue angle of 32.09º degrees, saturation: 0.56, 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 #EEDAC3 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 195 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.07 |
| HSL | 32.09º | 0.56% | 0.85% | - |
| HSV(B) | 32.09º | 0.18% | 0.93% | - |
| XYZ | 70.18 | 72.26 | 61.88 | - |
| YUV | 221.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 195 | 0 | 0.08 | 0.18 | 0.07 | 32.09 | 0.56 | 0.85 |
| Hex | EE | DA | C3 | 0 | 8 | 12 | 7 | 20 | 38 | 55 |
| Octal | 356 | 332 | 303 | 0 | 10 | 22 | 7 | 40 | 70 | 125 |
| Binary | 11101110 | 11011010 | 11000011 | 0 | 1000 | 10010 | 111 | 100000 | 111000 | 1010101 |
Color Harmonies of #EEDAC3
Complementary color
Monochromatic Colors of #EEDAC3
Black with #EEDAC3
Text Example
Text Example
White with #EEDAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAC3; }
p { color: rgb(238,218,195); }
H1.HeaderClassName
{
color: #EEDAC3;
}
.AnyTagClassName
{
color: #EEDAC3;
}
</style>
background-color css
<style>
a { background-color: #EEDAC3; }
a { background-color: rgb(238,218,195); }
div.DivClassName
{
background-color: #EEDAC3;
}
.BgClassName
{
background-color: #EEDAC3;
}
</style>
border-color css
<style>
span { border-color: #EEDAC3; }
span { border-color: rgb(238,218,195); }
td.TdClassName
{
border-color: #EEDAC3;
}
.TagClassName
{
border-color: #EEDAC3;
}
</style>