Shades of Dairy Cream #EAD1A8
Tints of Dairy Cream #EAD1A8
RGB
CMYK
RGB Variations
Color information
#EAD1A8 (or 0xEAD1A8) is known color: Dairy Cream. HEX triplet: EA, D1 and A8. RGB value is (234,209,168). Sum of RGB (Red+Green+Blue) = 234+209+168=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1A8 is #152E57. Grayscale: #D3D3D3. Windows color (decimal): -1388120 or 11063786. OLE color: 11063786.
HSL color Cylindrical-coordinate representation of color #EAD1A8: hue angle of 37.27º 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 #EAD1A8 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 168 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.08 |
| HSL | 37.27º | 0.61% | 0.79% | - |
| HSV(B) | 37.27º | 0.28% | 0.92% | - |
| XYZ | 63.8 | 65.92 | 46.41 | - |
| YUV | 211.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 168 | 0 | 0.11 | 0.28 | 0.08 | 37.27 | 0.61 | 0.79 |
| Hex | EA | D1 | A8 | 0 | B | 1C | 8 | 25 | 3D | 4F |
| Octal | 352 | 321 | 250 | 0 | 13 | 34 | 10 | 45 | 75 | 117 |
| Binary | 11101010 | 11010001 | 10101000 | 0 | 1011 | 11100 | 1000 | 100101 | 111101 | 1001111 |
Color Harmonies of #EAD1A8
Complementary color
Monochromatic Colors of #EAD1A8
Black with #EAD1A8
Text Example
Text Example
White with #EAD1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD1A8; }
p { color: rgb(234,209,168); }
H1.HeaderClassName
{
color: #EAD1A8;
}
.AnyTagClassName
{
color: #EAD1A8;
}
</style>
background-color css
<style>
a { background-color: #EAD1A8; }
a { background-color: rgb(234,209,168); }
div.DivClassName
{
background-color: #EAD1A8;
}
.BgClassName
{
background-color: #EAD1A8;
}
</style>
border-color css
<style>
span { border-color: #EAD1A8; }
span { border-color: rgb(234,209,168); }
td.TdClassName
{
border-color: #EAD1A8;
}
.TagClassName
{
border-color: #EAD1A8;
}
</style>