Shades of Almond #ECD4C3
Tints of Almond #ECD4C3
RGB
CMYK
RGB Variations
Color information
#ECD4C3 (or 0xECD4C3) is known color: Almond. HEX triplet: EC, D4 and C3. RGB value is (236,212,195). Sum of RGB (Red+Green+Blue) = 236+212+195=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4C3 is #132B3C. Grayscale: #D9D9D9. Windows color (decimal): -1256253 or 12834028. OLE color: 12834028.
HSL color Cylindrical-coordinate representation of color #ECD4C3: hue angle of 24.88º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECD4C3 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 195 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.07 |
| HSL | 24.88º | 0.52% | 0.85% | - |
| HSV(B) | 24.88º | 0.17% | 0.93% | - |
| XYZ | 67.99 | 68.86 | 61.34 | - |
| YUV | 217.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 195 | 0 | 0.10 | 0.17 | 0.07 | 24.88 | 0.52 | 0.85 |
| Hex | EC | D4 | C3 | 0 | A | 11 | 7 | 19 | 34 | 55 |
| Octal | 354 | 324 | 303 | 0 | 12 | 21 | 7 | 31 | 64 | 125 |
| Binary | 11101100 | 11010100 | 11000011 | 0 | 1010 | 10001 | 111 | 11001 | 110100 | 1010101 |
Color Harmonies of #ECD4C3
Complementary color
Monochromatic Colors of #ECD4C3
Black with #ECD4C3
Text Example
Text Example
White with #ECD4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4C3; }
p { color: rgb(236,212,195); }
H1.HeaderClassName
{
color: #ECD4C3;
}
.AnyTagClassName
{
color: #ECD4C3;
}
</style>
background-color css
<style>
a { background-color: #ECD4C3; }
a { background-color: rgb(236,212,195); }
div.DivClassName
{
background-color: #ECD4C3;
}
.BgClassName
{
background-color: #ECD4C3;
}
</style>
border-color css
<style>
span { border-color: #ECD4C3; }
span { border-color: rgb(236,212,195); }
td.TdClassName
{
border-color: #ECD4C3;
}
.TagClassName
{
border-color: #ECD4C3;
}
</style>