Shades of Dairy Cream #E8CFA1
Tints of Dairy Cream #E8CFA1
RGB
CMYK
RGB Variations
Color information
#E8CFA1 (or 0xE8CFA1) is known color: Dairy Cream. HEX triplet: E8, CF and A1. RGB value is (232,207,161). Sum of RGB (Red+Green+Blue) = 232+207+161=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CFA1 is #17305E. Grayscale: #D1D1D1. Windows color (decimal): -1519711 or 10604520. OLE color: 10604520.
HSL color Cylindrical-coordinate representation of color #E8CFA1: hue angle of 38.87º 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 #E8CFA1 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 161 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.09 |
| HSL | 38.87º | 0.61% | 0.77% | - |
| HSV(B) | 38.87º | 0.31% | 0.91% | - |
| XYZ | 62.02 | 64.35 | 42.87 | - |
| YUV | 209.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 161 | 0 | 0.11 | 0.31 | 0.09 | 38.87 | 0.61 | 0.77 |
| Hex | E8 | CF | A1 | 0 | B | 1F | 9 | 27 | 3D | 4D |
| Octal | 350 | 317 | 241 | 0 | 13 | 37 | 11 | 47 | 75 | 115 |
| Binary | 11101000 | 11001111 | 10100001 | 0 | 1011 | 11111 | 1001 | 100111 | 111101 | 1001101 |
Color Harmonies of #E8CFA1
Complementary color
Monochromatic Colors of #E8CFA1
Black with #E8CFA1
Text Example
Text Example
White with #E8CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFA1; }
p { color: rgb(232,207,161); }
H1.HeaderClassName
{
color: #E8CFA1;
}
.AnyTagClassName
{
color: #E8CFA1;
}
</style>
background-color css
<style>
a { background-color: #E8CFA1; }
a { background-color: rgb(232,207,161); }
div.DivClassName
{
background-color: #E8CFA1;
}
.BgClassName
{
background-color: #E8CFA1;
}
</style>
border-color css
<style>
span { border-color: #E8CFA1; }
span { border-color: rgb(232,207,161); }
td.TdClassName
{
border-color: #E8CFA1;
}
.TagClassName
{
border-color: #E8CFA1;
}
</style>