Shades of Dairy Cream #EAD2A3
Tints of Dairy Cream #EAD2A3
RGB
CMYK
RGB Variations
Color information
#EAD2A3 (or 0xEAD2A3) is known color: Dairy Cream. HEX triplet: EA, D2 and A3. RGB value is (234,210,163). Sum of RGB (Red+Green+Blue) = 234+210+163=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2A3 is #152D5C. Grayscale: #D4D4D4. Windows color (decimal): -1387869 or 10736362. OLE color: 10736362.
HSL color Cylindrical-coordinate representation of color #EAD2A3: hue angle of 39.72º 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 #EAD2A3 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 163 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.08 |
| HSL | 39.72º | 0.63% | 0.78% | - |
| HSV(B) | 39.72º | 0.3% | 0.92% | - |
| XYZ | 63.59 | 66.23 | 44.08 | - |
| YUV | 211.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 163 | 0 | 0.10 | 0.30 | 0.08 | 39.72 | 0.63 | 0.78 |
| Hex | EA | D2 | A3 | 0 | A | 1E | 8 | 28 | 3F | 4E |
| Octal | 352 | 322 | 243 | 0 | 12 | 36 | 10 | 50 | 77 | 116 |
| Binary | 11101010 | 11010010 | 10100011 | 0 | 1010 | 11110 | 1000 | 101000 | 111111 | 1001110 |
Color Harmonies of #EAD2A3
Complementary color
Monochromatic Colors of #EAD2A3
Black with #EAD2A3
Text Example
Text Example
White with #EAD2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2A3; }
p { color: rgb(234,210,163); }
H1.HeaderClassName
{
color: #EAD2A3;
}
.AnyTagClassName
{
color: #EAD2A3;
}
</style>
background-color css
<style>
a { background-color: #EAD2A3; }
a { background-color: rgb(234,210,163); }
div.DivClassName
{
background-color: #EAD2A3;
}
.BgClassName
{
background-color: #EAD2A3;
}
</style>
border-color css
<style>
span { border-color: #EAD2A3; }
span { border-color: rgb(234,210,163); }
td.TdClassName
{
border-color: #EAD2A3;
}
.TagClassName
{
border-color: #EAD2A3;
}
</style>