Shades of Dairy Cream #E8CEA1
Tints of Dairy Cream #E8CEA1
RGB
CMYK
RGB Variations
Color information
#E8CEA1 (or 0xE8CEA1) is known color: Dairy Cream. HEX triplet: E8, CE and A1. RGB value is (232,206,161). Sum of RGB (Red+Green+Blue) = 232+206+161=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CEA1 is #17315E. Grayscale: #D0D0D0. Windows color (decimal): -1519967 or 10604264. OLE color: 10604264.
HSL color Cylindrical-coordinate representation of color #E8CEA1: hue angle of 38.03º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8CEA1 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 161 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.09 |
| HSL | 38.03º | 0.61% | 0.77% | - |
| HSV(B) | 38.03º | 0.31% | 0.91% | - |
| XYZ | 61.78 | 63.87 | 42.79 | - |
| YUV | 208.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 161 | 0 | 0.11 | 0.31 | 0.09 | 38.03 | 0.61 | 0.77 |
| Hex | E8 | CE | A1 | 0 | B | 1F | 9 | 26 | 3D | 4D |
| Octal | 350 | 316 | 241 | 0 | 13 | 37 | 11 | 46 | 75 | 115 |
| Binary | 11101000 | 11001110 | 10100001 | 0 | 1011 | 11111 | 1001 | 100110 | 111101 | 1001101 |
Color Harmonies of #E8CEA1
Complementary color
Monochromatic Colors of #E8CEA1
Black with #E8CEA1
Text Example
Text Example
White with #E8CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEA1; }
p { color: rgb(232,206,161); }
H1.HeaderClassName
{
color: #E8CEA1;
}
.AnyTagClassName
{
color: #E8CEA1;
}
</style>
background-color css
<style>
a { background-color: #E8CEA1; }
a { background-color: rgb(232,206,161); }
div.DivClassName
{
background-color: #E8CEA1;
}
.BgClassName
{
background-color: #E8CEA1;
}
</style>
border-color css
<style>
span { border-color: #E8CEA1; }
span { border-color: rgb(232,206,161); }
td.TdClassName
{
border-color: #E8CEA1;
}
.TagClassName
{
border-color: #E8CEA1;
}
</style>