Shades of Dairy Cream #ECD0A7
Tints of Dairy Cream #ECD0A7
RGB
CMYK
RGB Variations
Color information
#ECD0A7 (or 0xECD0A7) is known color: Dairy Cream. HEX triplet: EC, D0 and A7. RGB value is (236,208,167). Sum of RGB (Red+Green+Blue) = 236+208+167=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0A7 is #132F58. Grayscale: #D3D3D3. Windows color (decimal): -1257305 or 10997996. OLE color: 10997996.
HSL color Cylindrical-coordinate representation of color #ECD0A7: hue angle of 35.65º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECD0A7 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 167 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.07 |
| HSL | 35.65º | 0.64% | 0.79% | - |
| HSV(B) | 35.65º | 0.29% | 0.93% | - |
| XYZ | 64.12 | 65.73 | 45.87 | - |
| YUV | 211.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 167 | 0 | 0.12 | 0.29 | 0.07 | 35.65 | 0.64 | 0.79 |
| Hex | EC | D0 | A7 | 0 | C | 1D | 7 | 24 | 40 | 4F |
| Octal | 354 | 320 | 247 | 0 | 14 | 35 | 7 | 44 | 100 | 117 |
| Binary | 11101100 | 11010000 | 10100111 | 0 | 1100 | 11101 | 111 | 100100 | 1000000 | 1001111 |
Color Harmonies of #ECD0A7
Complementary color
Monochromatic Colors of #ECD0A7
Black with #ECD0A7
Text Example
Text Example
White with #ECD0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0A7; }
p { color: rgb(236,208,167); }
H1.HeaderClassName
{
color: #ECD0A7;
}
.AnyTagClassName
{
color: #ECD0A7;
}
</style>
background-color css
<style>
a { background-color: #ECD0A7; }
a { background-color: rgb(236,208,167); }
div.DivClassName
{
background-color: #ECD0A7;
}
.BgClassName
{
background-color: #ECD0A7;
}
</style>
border-color css
<style>
span { border-color: #ECD0A7; }
span { border-color: rgb(236,208,167); }
td.TdClassName
{
border-color: #ECD0A7;
}
.TagClassName
{
border-color: #ECD0A7;
}
</style>