Shades of Dairy Cream #EAD2A8
Tints of Dairy Cream #EAD2A8
RGB
CMYK
RGB Variations
Color information
#EAD2A8 (or 0xEAD2A8) is known color: Dairy Cream. HEX triplet: EA, D2 and A8. RGB value is (234,210,168). Sum of RGB (Red+Green+Blue) = 234+210+168=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2A8 is #152D57. Grayscale: #D4D4D4. Windows color (decimal): -1387864 or 11064042. OLE color: 11064042.
HSL color Cylindrical-coordinate representation of color #EAD2A8: hue angle of 38.18º 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 #EAD2A8 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 168 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.08 |
| HSL | 38.18º | 0.61% | 0.79% | - |
| HSV(B) | 38.18º | 0.28% | 0.92% | - |
| XYZ | 64.05 | 66.41 | 46.49 | - |
| YUV | 212.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 168 | 0 | 0.10 | 0.28 | 0.08 | 38.18 | 0.61 | 0.79 |
| Hex | EA | D2 | A8 | 0 | A | 1C | 8 | 26 | 3D | 4F |
| Octal | 352 | 322 | 250 | 0 | 12 | 34 | 10 | 46 | 75 | 117 |
| Binary | 11101010 | 11010010 | 10101000 | 0 | 1010 | 11100 | 1000 | 100110 | 111101 | 1001111 |
Color Harmonies of #EAD2A8
Complementary color
Monochromatic Colors of #EAD2A8
Black with #EAD2A8
Text Example
Text Example
White with #EAD2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2A8; }
p { color: rgb(234,210,168); }
H1.HeaderClassName
{
color: #EAD2A8;
}
.AnyTagClassName
{
color: #EAD2A8;
}
</style>
background-color css
<style>
a { background-color: #EAD2A8; }
a { background-color: rgb(234,210,168); }
div.DivClassName
{
background-color: #EAD2A8;
}
.BgClassName
{
background-color: #EAD2A8;
}
</style>
border-color css
<style>
span { border-color: #EAD2A8; }
span { border-color: rgb(234,210,168); }
td.TdClassName
{
border-color: #EAD2A8;
}
.TagClassName
{
border-color: #EAD2A8;
}
</style>