Shades of Dairy Cream #EACDA8
Tints of Dairy Cream #EACDA8
RGB
CMYK
RGB Variations
Color information
#EACDA8 (or 0xEACDA8) is known color: Dairy Cream. HEX triplet: EA, CD and A8. RGB value is (234,205,168). Sum of RGB (Red+Green+Blue) = 234+205+168=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDA8 is #153257. Grayscale: #D1D1D1. Windows color (decimal): -1389144 or 11062762. OLE color: 11062762.
HSL color Cylindrical-coordinate representation of color #EACDA8: hue angle of 33.64º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EACDA8 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 168 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.08 |
| HSL | 33.64º | 0.61% | 0.79% | - |
| HSV(B) | 33.64º | 0.28% | 0.92% | - |
| XYZ | 62.83 | 63.98 | 46.08 | - |
| YUV | 209.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 168 | 0 | 0.12 | 0.28 | 0.08 | 33.64 | 0.61 | 0.79 |
| Hex | EA | CD | A8 | 0 | C | 1C | 8 | 22 | 3D | 4F |
| Octal | 352 | 315 | 250 | 0 | 14 | 34 | 10 | 42 | 75 | 117 |
| Binary | 11101010 | 11001101 | 10101000 | 0 | 1100 | 11100 | 1000 | 100010 | 111101 | 1001111 |
Color Harmonies of #EACDA8
Complementary color
Monochromatic Colors of #EACDA8
Black with #EACDA8
Text Example
Text Example
White with #EACDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDA8; }
p { color: rgb(234,205,168); }
H1.HeaderClassName
{
color: #EACDA8;
}
.AnyTagClassName
{
color: #EACDA8;
}
</style>
background-color css
<style>
a { background-color: #EACDA8; }
a { background-color: rgb(234,205,168); }
div.DivClassName
{
background-color: #EACDA8;
}
.BgClassName
{
background-color: #EACDA8;
}
</style>
border-color css
<style>
span { border-color: #EACDA8; }
span { border-color: rgb(234,205,168); }
td.TdClassName
{
border-color: #EACDA8;
}
.TagClassName
{
border-color: #EACDA8;
}
</style>