Shades of Dairy Cream #EACDA3
Tints of Dairy Cream #EACDA3
RGB
CMYK
RGB Variations
Color information
#EACDA3 (or 0xEACDA3) is known color: Dairy Cream. HEX triplet: EA, CD and A3. RGB value is (234,205,163). Sum of RGB (Red+Green+Blue) = 234+205+163=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDA3 is #15325C. Grayscale: #D1D1D1. Windows color (decimal): -1389149 or 10735082. OLE color: 10735082.
HSL color Cylindrical-coordinate representation of color #EACDA3: hue angle of 35.49º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EACDA3 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 163 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.08 |
| HSL | 35.49º | 0.63% | 0.78% | - |
| HSV(B) | 35.49º | 0.3% | 0.92% | - |
| XYZ | 62.37 | 63.8 | 43.68 | - |
| YUV | 208.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 163 | 0 | 0.12 | 0.30 | 0.08 | 35.49 | 0.63 | 0.78 |
| Hex | EA | CD | A3 | 0 | C | 1E | 8 | 23 | 3F | 4E |
| Octal | 352 | 315 | 243 | 0 | 14 | 36 | 10 | 43 | 77 | 116 |
| Binary | 11101010 | 11001101 | 10100011 | 0 | 1100 | 11110 | 1000 | 100011 | 111111 | 1001110 |
Color Harmonies of #EACDA3
Complementary color
Monochromatic Colors of #EACDA3
Black with #EACDA3
Text Example
Text Example
White with #EACDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDA3; }
p { color: rgb(234,205,163); }
H1.HeaderClassName
{
color: #EACDA3;
}
.AnyTagClassName
{
color: #EACDA3;
}
</style>
background-color css
<style>
a { background-color: #EACDA3; }
a { background-color: rgb(234,205,163); }
div.DivClassName
{
background-color: #EACDA3;
}
.BgClassName
{
background-color: #EACDA3;
}
</style>
border-color css
<style>
span { border-color: #EACDA3; }
span { border-color: rgb(234,205,163); }
td.TdClassName
{
border-color: #EACDA3;
}
.TagClassName
{
border-color: #EACDA3;
}
</style>