Shades of Dairy Cream #ECD0A8
Tints of Dairy Cream #ECD0A8
RGB
CMYK
RGB Variations
Color information
#ECD0A8 (or 0xECD0A8) is known color: Dairy Cream. HEX triplet: EC, D0 and A8. RGB value is (236,208,168). Sum of RGB (Red+Green+Blue) = 236+208+168=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0A8 is #132F57. Grayscale: #D3D3D3. Windows color (decimal): -1257304 or 11063532. OLE color: 11063532.
HSL color Cylindrical-coordinate representation of color #ECD0A8: hue angle of 35.29º 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 #ECD0A8 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 168 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.07 |
| HSL | 35.29º | 0.64% | 0.79% | - |
| HSV(B) | 35.29º | 0.29% | 0.93% | - |
| XYZ | 64.22 | 65.77 | 46.36 | - |
| YUV | 211.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 168 | 0 | 0.12 | 0.29 | 0.07 | 35.29 | 0.64 | 0.79 |
| Hex | EC | D0 | A8 | 0 | C | 1D | 7 | 23 | 40 | 4F |
| Octal | 354 | 320 | 250 | 0 | 14 | 35 | 7 | 43 | 100 | 117 |
| Binary | 11101100 | 11010000 | 10101000 | 0 | 1100 | 11101 | 111 | 100011 | 1000000 | 1001111 |
Color Harmonies of #ECD0A8
Complementary color
Monochromatic Colors of #ECD0A8
Black with #ECD0A8
Text Example
Text Example
White with #ECD0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0A8; }
p { color: rgb(236,208,168); }
H1.HeaderClassName
{
color: #ECD0A8;
}
.AnyTagClassName
{
color: #ECD0A8;
}
</style>
background-color css
<style>
a { background-color: #ECD0A8; }
a { background-color: rgb(236,208,168); }
div.DivClassName
{
background-color: #ECD0A8;
}
.BgClassName
{
background-color: #ECD0A8;
}
</style>
border-color css
<style>
span { border-color: #ECD0A8; }
span { border-color: rgb(236,208,168); }
td.TdClassName
{
border-color: #ECD0A8;
}
.TagClassName
{
border-color: #ECD0A8;
}
</style>