Shades of Almond #EED5C3
Tints of Almond #EED5C3
RGB
CMYK
RGB Variations
Color information
#EED5C3 (or 0xEED5C3) is known color: Almond. HEX triplet: EE, D5 and C3. RGB value is (238,213,195). Sum of RGB (Red+Green+Blue) = 238+213+195=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 195 (76.56% from 255 or 30.19% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5C3 is #112A3C. Grayscale: #DADADA. Windows color (decimal): -1124925 or 12834286. OLE color: 12834286.
HSL color Cylindrical-coordinate representation of color #EED5C3: hue angle of 25.12º 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 #EED5C3 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 195 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.07 |
| HSL | 25.12º | 0.56% | 0.85% | - |
| HSV(B) | 25.12º | 0.18% | 0.93% | - |
| XYZ | 68.9 | 69.71 | 61.45 | - |
| YUV | 218.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 195 | 0 | 0.11 | 0.18 | 0.07 | 25.12 | 0.56 | 0.85 |
| Hex | EE | D5 | C3 | 0 | B | 12 | 7 | 19 | 38 | 55 |
| Octal | 356 | 325 | 303 | 0 | 13 | 22 | 7 | 31 | 70 | 125 |
| Binary | 11101110 | 11010101 | 11000011 | 0 | 1011 | 10010 | 111 | 11001 | 111000 | 1010101 |
Color Harmonies of #EED5C3
Complementary color
Monochromatic Colors of #EED5C3
Black with #EED5C3
Text Example
Text Example
White with #EED5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5C3; }
p { color: rgb(238,213,195); }
H1.HeaderClassName
{
color: #EED5C3;
}
.AnyTagClassName
{
color: #EED5C3;
}
</style>
background-color css
<style>
a { background-color: #EED5C3; }
a { background-color: rgb(238,213,195); }
div.DivClassName
{
background-color: #EED5C3;
}
.BgClassName
{
background-color: #EED5C3;
}
</style>
border-color css
<style>
span { border-color: #EED5C3; }
span { border-color: rgb(238,213,195); }
td.TdClassName
{
border-color: #EED5C3;
}
.TagClassName
{
border-color: #EED5C3;
}
</style>