Shades of Almond #EED5C2
Tints of Almond #EED5C2
RGB
CMYK
RGB Variations
Color information
#EED5C2 (or 0xEED5C2) is known color: Almond. HEX triplet: EE, D5 and C2. RGB value is (238,213,194). Sum of RGB (Red+Green+Blue) = 238+213+194=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5C2 is #112A3D. Grayscale: #DADADA. Windows color (decimal): -1124926 or 12768750. OLE color: 12768750.
HSL color Cylindrical-coordinate representation of color #EED5C2: hue angle of 25.91º 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 #EED5C2 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 194 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.07 |
| HSL | 25.91º | 0.56% | 0.85% | - |
| HSV(B) | 25.91º | 0.18% | 0.93% | - |
| XYZ | 68.79 | 69.66 | 60.86 | - |
| YUV | 218.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 194 | 0 | 0.11 | 0.18 | 0.07 | 25.91 | 0.56 | 0.85 |
| Hex | EE | D5 | C2 | 0 | B | 12 | 7 | 1A | 38 | 55 |
| Octal | 356 | 325 | 302 | 0 | 13 | 22 | 7 | 32 | 70 | 125 |
| Binary | 11101110 | 11010101 | 11000010 | 0 | 1011 | 10010 | 111 | 11010 | 111000 | 1010101 |
Color Harmonies of #EED5C2
Complementary color
Monochromatic Colors of #EED5C2
Black with #EED5C2
Text Example
Text Example
White with #EED5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5C2; }
p { color: rgb(238,213,194); }
H1.HeaderClassName
{
color: #EED5C2;
}
.AnyTagClassName
{
color: #EED5C2;
}
</style>
background-color css
<style>
a { background-color: #EED5C2; }
a { background-color: rgb(238,213,194); }
div.DivClassName
{
background-color: #EED5C2;
}
.BgClassName
{
background-color: #EED5C2;
}
</style>
border-color css
<style>
span { border-color: #EED5C2; }
span { border-color: rgb(238,213,194); }
td.TdClassName
{
border-color: #EED5C2;
}
.TagClassName
{
border-color: #EED5C2;
}
</style>