Shades of Dairy Cream #E8CDA9
Tints of Dairy Cream #E8CDA9
RGB
CMYK
RGB Variations
Color information
#E8CDA9 (or 0xE8CDA9) is known color: Dairy Cream. HEX triplet: E8, CD and A9. RGB value is (232,205,169). Sum of RGB (Red+Green+Blue) = 232+205+169=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 169 (66.41% from 255 or 27.89% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CDA9 is #173256. Grayscale: #D1D1D1. Windows color (decimal): -1520215 or 11128296. OLE color: 11128296.
HSL color Cylindrical-coordinate representation of color #E8CDA9: hue angle of 34.29º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8CDA9 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 169 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.09 |
| HSL | 34.29º | 0.58% | 0.79% | - |
| HSV(B) | 34.29º | 0.27% | 0.91% | - |
| XYZ | 62.27 | 63.68 | 46.55 | - |
| YUV | 208.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 169 | 0 | 0.12 | 0.27 | 0.09 | 34.29 | 0.58 | 0.79 |
| Hex | E8 | CD | A9 | 0 | C | 1B | 9 | 22 | 3A | 4F |
| Octal | 350 | 315 | 251 | 0 | 14 | 33 | 11 | 42 | 72 | 117 |
| Binary | 11101000 | 11001101 | 10101001 | 0 | 1100 | 11011 | 1001 | 100010 | 111010 | 1001111 |
Color Harmonies of #E8CDA9
Complementary color
Monochromatic Colors of #E8CDA9
Black with #E8CDA9
Text Example
Text Example
White with #E8CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDA9; }
p { color: rgb(232,205,169); }
H1.HeaderClassName
{
color: #E8CDA9;
}
.AnyTagClassName
{
color: #E8CDA9;
}
</style>
background-color css
<style>
a { background-color: #E8CDA9; }
a { background-color: rgb(232,205,169); }
div.DivClassName
{
background-color: #E8CDA9;
}
.BgClassName
{
background-color: #E8CDA9;
}
</style>
border-color css
<style>
span { border-color: #E8CDA9; }
span { border-color: rgb(232,205,169); }
td.TdClassName
{
border-color: #E8CDA9;
}
.TagClassName
{
border-color: #E8CDA9;
}
</style>