Shades of Dairy Cream #ECD2A2
Tints of Dairy Cream #ECD2A2
RGB
CMYK
RGB Variations
Color information
#ECD2A2 (or 0xECD2A2) is known color: Dairy Cream. HEX triplet: EC, D2 and A2. RGB value is (236,210,162). Sum of RGB (Red+Green+Blue) = 236+210+162=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 162 (63.67% from 255 or 26.64% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2A2 is #132D5D. Grayscale: #D4D4D4. Windows color (decimal): -1256798 or 10670828. OLE color: 10670828.
HSL color Cylindrical-coordinate representation of color #ECD2A2: hue angle of 38.92º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECD2A2 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 162 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.07 |
| HSL | 38.92º | 0.66% | 0.78% | - |
| HSV(B) | 38.92º | 0.31% | 0.93% | - |
| XYZ | 64.16 | 66.53 | 43.64 | - |
| YUV | 212.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 162 | 0 | 0.11 | 0.31 | 0.07 | 38.92 | 0.66 | 0.78 |
| Hex | EC | D2 | A2 | 0 | B | 1F | 7 | 27 | 42 | 4E |
| Octal | 354 | 322 | 242 | 0 | 13 | 37 | 7 | 47 | 102 | 116 |
| Binary | 11101100 | 11010010 | 10100010 | 0 | 1011 | 11111 | 111 | 100111 | 1000010 | 1001110 |
Color Harmonies of #ECD2A2
Complementary color
Monochromatic Colors of #ECD2A2
Black with #ECD2A2
Text Example
Text Example
White with #ECD2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2A2; }
p { color: rgb(236,210,162); }
H1.HeaderClassName
{
color: #ECD2A2;
}
.AnyTagClassName
{
color: #ECD2A2;
}
</style>
background-color css
<style>
a { background-color: #ECD2A2; }
a { background-color: rgb(236,210,162); }
div.DivClassName
{
background-color: #ECD2A2;
}
.BgClassName
{
background-color: #ECD2A2;
}
</style>
border-color css
<style>
span { border-color: #ECD2A2; }
span { border-color: rgb(236,210,162); }
td.TdClassName
{
border-color: #ECD2A2;
}
.TagClassName
{
border-color: #ECD2A2;
}
</style>