Shades of Dairy Cream #ECCEA5
Tints of Dairy Cream #ECCEA5
RGB
CMYK
RGB Variations
Color information
#ECCEA5 (or 0xECCEA5) is known color: Dairy Cream. HEX triplet: EC, CE and A5. RGB value is (236,206,165). Sum of RGB (Red+Green+Blue) = 236+206+165=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCEA5 is #13315A. Grayscale: #D2D2D2. Windows color (decimal): -1257819 or 10866412. OLE color: 10866412.
HSL color Cylindrical-coordinate representation of color #ECCEA5: hue angle of 34.65º 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 #ECCEA5 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 165 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.07 |
| HSL | 34.65º | 0.65% | 0.79% | - |
| HSV(B) | 34.65º | 0.3% | 0.93% | - |
| XYZ | 63.45 | 64.69 | 44.74 | - |
| YUV | 210.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 165 | 0 | 0.13 | 0.30 | 0.07 | 34.65 | 0.65 | 0.79 |
| Hex | EC | CE | A5 | 0 | D | 1E | 7 | 23 | 41 | 4F |
| Octal | 354 | 316 | 245 | 0 | 15 | 36 | 7 | 43 | 101 | 117 |
| Binary | 11101100 | 11001110 | 10100101 | 0 | 1101 | 11110 | 111 | 100011 | 1000001 | 1001111 |
Color Harmonies of #ECCEA5
Complementary color
Monochromatic Colors of #ECCEA5
Black with #ECCEA5
Text Example
Text Example
White with #ECCEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEA5; }
p { color: rgb(236,206,165); }
H1.HeaderClassName
{
color: #ECCEA5;
}
.AnyTagClassName
{
color: #ECCEA5;
}
</style>
background-color css
<style>
a { background-color: #ECCEA5; }
a { background-color: rgb(236,206,165); }
div.DivClassName
{
background-color: #ECCEA5;
}
.BgClassName
{
background-color: #ECCEA5;
}
</style>
border-color css
<style>
span { border-color: #ECCEA5; }
span { border-color: rgb(236,206,165); }
td.TdClassName
{
border-color: #ECCEA5;
}
.TagClassName
{
border-color: #ECCEA5;
}
</style>