Shades of Dairy Cream #ECD1A6
Tints of Dairy Cream #ECD1A6
RGB
CMYK
RGB Variations
Color information
#ECD1A6 (or 0xECD1A6) is known color: Dairy Cream. HEX triplet: EC, D1 and A6. RGB value is (236,209,166). Sum of RGB (Red+Green+Blue) = 236+209+166=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1A6 is #132E59. Grayscale: #D4D4D4. Windows color (decimal): -1257050 or 10932716. OLE color: 10932716.
HSL color Cylindrical-coordinate representation of color #ECD1A6: hue angle of 36.86º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECD1A6 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 166 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.07 |
| HSL | 36.86º | 0.65% | 0.79% | - |
| HSV(B) | 36.86º | 0.3% | 0.93% | - |
| XYZ | 64.28 | 66.19 | 45.46 | - |
| YUV | 212.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 166 | 0 | 0.11 | 0.30 | 0.07 | 36.86 | 0.65 | 0.79 |
| Hex | EC | D1 | A6 | 0 | B | 1E | 7 | 25 | 41 | 4F |
| Octal | 354 | 321 | 246 | 0 | 13 | 36 | 7 | 45 | 101 | 117 |
| Binary | 11101100 | 11010001 | 10100110 | 0 | 1011 | 11110 | 111 | 100101 | 1000001 | 1001111 |
Color Harmonies of #ECD1A6
Complementary color
Monochromatic Colors of #ECD1A6
Black with #ECD1A6
Text Example
Text Example
White with #ECD1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD1A6; }
p { color: rgb(236,209,166); }
H1.HeaderClassName
{
color: #ECD1A6;
}
.AnyTagClassName
{
color: #ECD1A6;
}
</style>
background-color css
<style>
a { background-color: #ECD1A6; }
a { background-color: rgb(236,209,166); }
div.DivClassName
{
background-color: #ECD1A6;
}
.BgClassName
{
background-color: #ECD1A6;
}
</style>
border-color css
<style>
span { border-color: #ECD1A6; }
span { border-color: rgb(236,209,166); }
td.TdClassName
{
border-color: #ECD1A6;
}
.TagClassName
{
border-color: #ECD1A6;
}
</style>