Shades of Dairy Cream #ECCDA0
Tints of Dairy Cream #ECCDA0
RGB
CMYK
RGB Variations
Color information
#ECCDA0 (or 0xECCDA0) is known color: Dairy Cream. HEX triplet: EC, CD and A0. RGB value is (236,205,160). Sum of RGB (Red+Green+Blue) = 236+205+160=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDA0 is #13325F. Grayscale: #D1D1D1. Windows color (decimal): -1258080 or 10538476. OLE color: 10538476.
HSL color Cylindrical-coordinate representation of color #ECCDA0: hue angle of 35.53º 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 #ECCDA0 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 160 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.07 |
| HSL | 35.53º | 0.67% | 0.78% | - |
| HSV(B) | 35.53º | 0.32% | 0.93% | - |
| XYZ | 62.77 | 64.03 | 42.31 | - |
| YUV | 209.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 160 | 0 | 0.13 | 0.32 | 0.07 | 35.53 | 0.67 | 0.78 |
| Hex | EC | CD | A0 | 0 | D | 20 | 7 | 24 | 43 | 4E |
| Octal | 354 | 315 | 240 | 0 | 15 | 40 | 7 | 44 | 103 | 116 |
| Binary | 11101100 | 11001101 | 10100000 | 0 | 1101 | 100000 | 111 | 100100 | 1000011 | 1001110 |
Color Harmonies of #ECCDA0
Complementary color
Monochromatic Colors of #ECCDA0
Black with #ECCDA0
Text Example
Text Example
White with #ECCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDA0; }
p { color: rgb(236,205,160); }
H1.HeaderClassName
{
color: #ECCDA0;
}
.AnyTagClassName
{
color: #ECCDA0;
}
</style>
background-color css
<style>
a { background-color: #ECCDA0; }
a { background-color: rgb(236,205,160); }
div.DivClassName
{
background-color: #ECCDA0;
}
.BgClassName
{
background-color: #ECCDA0;
}
</style>
border-color css
<style>
span { border-color: #ECCDA0; }
span { border-color: rgb(236,205,160); }
td.TdClassName
{
border-color: #ECCDA0;
}
.TagClassName
{
border-color: #ECCDA0;
}
</style>