Shades of Almond #ECD4C2
Tints of Almond #ECD4C2
RGB
CMYK
RGB Variations
Color information
#ECD4C2 (or 0xECD4C2) is known color: Almond. HEX triplet: EC, D4 and C2. RGB value is (236,212,194). Sum of RGB (Red+Green+Blue) = 236+212+194=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4C2 is #132B3D. Grayscale: #D9D9D9. Windows color (decimal): -1256254 or 12768492. OLE color: 12768492.
HSL color Cylindrical-coordinate representation of color #ECD4C2: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECD4C2 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 194 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.07 |
| HSL | 25.71º | 0.53% | 0.84% | - |
| HSV(B) | 25.71º | 0.18% | 0.93% | - |
| XYZ | 67.87 | 68.81 | 60.74 | - |
| YUV | 217.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 194 | 0 | 0.10 | 0.18 | 0.07 | 25.71 | 0.53 | 0.84 |
| Hex | EC | D4 | C2 | 0 | A | 12 | 7 | 1A | 34 | 54 |
| Octal | 354 | 324 | 302 | 0 | 12 | 22 | 7 | 32 | 64 | 124 |
| Binary | 11101100 | 11010100 | 11000010 | 0 | 1010 | 10010 | 111 | 11010 | 110100 | 1010100 |
Color Harmonies of #ECD4C2
Complementary color
Monochromatic Colors of #ECD4C2
Black with #ECD4C2
Text Example
Text Example
White with #ECD4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4C2; }
p { color: rgb(236,212,194); }
H1.HeaderClassName
{
color: #ECD4C2;
}
.AnyTagClassName
{
color: #ECD4C2;
}
</style>
background-color css
<style>
a { background-color: #ECD4C2; }
a { background-color: rgb(236,212,194); }
div.DivClassName
{
background-color: #ECD4C2;
}
.BgClassName
{
background-color: #ECD4C2;
}
</style>
border-color css
<style>
span { border-color: #ECD4C2; }
span { border-color: rgb(236,212,194); }
td.TdClassName
{
border-color: #ECD4C2;
}
.TagClassName
{
border-color: #ECD4C2;
}
</style>