Shades of Dairy Cream #EECDA0
Tints of Dairy Cream #EECDA0
RGB
CMYK
RGB Variations
Color information
#EECDA0 (or 0xEECDA0) is known color: Dairy Cream. HEX triplet: EE, CD and A0. RGB value is (238,205,160). Sum of RGB (Red+Green+Blue) = 238+205+160=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDA0 is #11325F. Grayscale: #D1D1D1. Windows color (decimal): -1127008 or 10538478. OLE color: 10538478.
HSL color Cylindrical-coordinate representation of color #EECDA0: hue angle of 34.62º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EECDA0 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 160 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.07 |
| HSL | 34.62º | 0.7% | 0.78% | - |
| HSV(B) | 34.62º | 0.33% | 0.93% | - |
| XYZ | 63.44 | 64.38 | 42.34 | - |
| YUV | 209.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 160 | 0 | 0.14 | 0.33 | 0.07 | 34.62 | 0.7 | 0.78 |
| Hex | EE | CD | A0 | 0 | E | 21 | 7 | 23 | 46 | 4E |
| Octal | 356 | 315 | 240 | 0 | 16 | 41 | 7 | 43 | 106 | 116 |
| Binary | 11101110 | 11001101 | 10100000 | 0 | 1110 | 100001 | 111 | 100011 | 1000110 | 1001110 |
Color Harmonies of #EECDA0
Complementary color
Monochromatic Colors of #EECDA0
Black with #EECDA0
Text Example
Text Example
White with #EECDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDA0; }
p { color: rgb(238,205,160); }
H1.HeaderClassName
{
color: #EECDA0;
}
.AnyTagClassName
{
color: #EECDA0;
}
</style>
background-color css
<style>
a { background-color: #EECDA0; }
a { background-color: rgb(238,205,160); }
div.DivClassName
{
background-color: #EECDA0;
}
.BgClassName
{
background-color: #EECDA0;
}
</style>
border-color css
<style>
span { border-color: #EECDA0; }
span { border-color: rgb(238,205,160); }
td.TdClassName
{
border-color: #EECDA0;
}
.TagClassName
{
border-color: #EECDA0;
}
</style>