Shades of Dairy Cream #ECCEA2
Tints of Dairy Cream #ECCEA2
RGB
CMYK
RGB Variations
Color information
#ECCEA2 (or 0xECCEA2) is known color: Dairy Cream. HEX triplet: EC, CE and A2. RGB value is (236,206,162). Sum of RGB (Red+Green+Blue) = 236+206+162=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCEA2 is #13315D. Grayscale: #D2D2D2. Windows color (decimal): -1257822 or 10669804. OLE color: 10669804.
HSL color Cylindrical-coordinate representation of color #ECCEA2: hue angle of 35.68º 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 #ECCEA2 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 162 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.07 |
| HSL | 35.68º | 0.66% | 0.78% | - |
| HSV(B) | 35.68º | 0.31% | 0.93% | - |
| XYZ | 63.18 | 64.58 | 43.32 | - |
| YUV | 209.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 162 | 0 | 0.13 | 0.31 | 0.07 | 35.68 | 0.66 | 0.78 |
| Hex | EC | CE | A2 | 0 | D | 1F | 7 | 24 | 42 | 4E |
| Octal | 354 | 316 | 242 | 0 | 15 | 37 | 7 | 44 | 102 | 116 |
| Binary | 11101100 | 11001110 | 10100010 | 0 | 1101 | 11111 | 111 | 100100 | 1000010 | 1001110 |
Color Harmonies of #ECCEA2
Complementary color
Monochromatic Colors of #ECCEA2
Black with #ECCEA2
Text Example
Text Example
White with #ECCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEA2; }
p { color: rgb(236,206,162); }
H1.HeaderClassName
{
color: #ECCEA2;
}
.AnyTagClassName
{
color: #ECCEA2;
}
</style>
background-color css
<style>
a { background-color: #ECCEA2; }
a { background-color: rgb(236,206,162); }
div.DivClassName
{
background-color: #ECCEA2;
}
.BgClassName
{
background-color: #ECCEA2;
}
</style>
border-color css
<style>
span { border-color: #ECCEA2; }
span { border-color: rgb(236,206,162); }
td.TdClassName
{
border-color: #ECCEA2;
}
.TagClassName
{
border-color: #ECCEA2;
}
</style>