Shades of Dairy Cream #EACDA7
Tints of Dairy Cream #EACDA7
RGB
CMYK
RGB Variations
Color information
#EACDA7 (or 0xEACDA7) is known color: Dairy Cream. HEX triplet: EA, CD and A7. RGB value is (234,205,167). Sum of RGB (Red+Green+Blue) = 234+205+167=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDA7 is #153258. Grayscale: #D1D1D1. Windows color (decimal): -1389145 or 10997226. OLE color: 10997226.
HSL color Cylindrical-coordinate representation of color #EACDA7: hue angle of 34.03º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EACDA7 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 167 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.08 |
| HSL | 34.03º | 0.61% | 0.79% | - |
| HSV(B) | 34.03º | 0.29% | 0.92% | - |
| XYZ | 62.74 | 63.95 | 45.6 | - |
| YUV | 209.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 167 | 0 | 0.12 | 0.29 | 0.08 | 34.03 | 0.61 | 0.79 |
| Hex | EA | CD | A7 | 0 | C | 1D | 8 | 22 | 3D | 4F |
| Octal | 352 | 315 | 247 | 0 | 14 | 35 | 10 | 42 | 75 | 117 |
| Binary | 11101010 | 11001101 | 10100111 | 0 | 1100 | 11101 | 1000 | 100010 | 111101 | 1001111 |
Color Harmonies of #EACDA7
Complementary color
Monochromatic Colors of #EACDA7
Black with #EACDA7
Text Example
Text Example
White with #EACDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDA7; }
p { color: rgb(234,205,167); }
H1.HeaderClassName
{
color: #EACDA7;
}
.AnyTagClassName
{
color: #EACDA7;
}
</style>
background-color css
<style>
a { background-color: #EACDA7; }
a { background-color: rgb(234,205,167); }
div.DivClassName
{
background-color: #EACDA7;
}
.BgClassName
{
background-color: #EACDA7;
}
</style>
border-color css
<style>
span { border-color: #EACDA7; }
span { border-color: rgb(234,205,167); }
td.TdClassName
{
border-color: #EACDA7;
}
.TagClassName
{
border-color: #EACDA7;
}
</style>