Shades of Dairy Cream #ECD2A0
Tints of Dairy Cream #ECD2A0
RGB
CMYK
RGB Variations
Color information
#ECD2A0 (or 0xECD2A0) is known color: Dairy Cream. HEX triplet: EC, D2 and A0. RGB value is (236,210,160). Sum of RGB (Red+Green+Blue) = 236+210+160=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2A0 is #132D5F. Grayscale: #D4D4D4. Windows color (decimal): -1256800 or 10539756. OLE color: 10539756.
HSL color Cylindrical-coordinate representation of color #ECD2A0: hue angle of 39.47º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECD2A0 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 160 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.07 |
| HSL | 39.47º | 0.67% | 0.78% | - |
| HSV(B) | 39.47º | 0.32% | 0.93% | - |
| XYZ | 63.98 | 66.46 | 42.71 | - |
| YUV | 212.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 160 | 0 | 0.11 | 0.32 | 0.07 | 39.47 | 0.67 | 0.78 |
| Hex | EC | D2 | A0 | 0 | B | 20 | 7 | 27 | 43 | 4E |
| Octal | 354 | 322 | 240 | 0 | 13 | 40 | 7 | 47 | 103 | 116 |
| Binary | 11101100 | 11010010 | 10100000 | 0 | 1011 | 100000 | 111 | 100111 | 1000011 | 1001110 |
Color Harmonies of #ECD2A0
Complementary color
Monochromatic Colors of #ECD2A0
Black with #ECD2A0
Text Example
Text Example
White with #ECD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2A0; }
p { color: rgb(236,210,160); }
H1.HeaderClassName
{
color: #ECD2A0;
}
.AnyTagClassName
{
color: #ECD2A0;
}
</style>
background-color css
<style>
a { background-color: #ECD2A0; }
a { background-color: rgb(236,210,160); }
div.DivClassName
{
background-color: #ECD2A0;
}
.BgClassName
{
background-color: #ECD2A0;
}
</style>
border-color css
<style>
span { border-color: #ECD2A0; }
span { border-color: rgb(236,210,160); }
td.TdClassName
{
border-color: #ECD2A0;
}
.TagClassName
{
border-color: #ECD2A0;
}
</style>