Shades of Dairy Cream #E8CFA2
Tints of Dairy Cream #E8CFA2
RGB
CMYK
RGB Variations
Color information
#E8CFA2 (or 0xE8CFA2) is known color: Dairy Cream. HEX triplet: E8, CF and A2. RGB value is (232,207,162). Sum of RGB (Red+Green+Blue) = 232+207+162=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CFA2 is #17305D. Grayscale: #D1D1D1. Windows color (decimal): -1519710 or 10670056. OLE color: 10670056.
HSL color Cylindrical-coordinate representation of color #E8CFA2: hue angle of 38.57º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8CFA2 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 162 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.09 |
| HSL | 38.57º | 0.6% | 0.77% | - |
| HSV(B) | 38.57º | 0.3% | 0.91% | - |
| XYZ | 62.11 | 64.39 | 43.34 | - |
| YUV | 209.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 162 | 0 | 0.11 | 0.30 | 0.09 | 38.57 | 0.6 | 0.77 |
| Hex | E8 | CF | A2 | 0 | B | 1E | 9 | 27 | 3C | 4D |
| Octal | 350 | 317 | 242 | 0 | 13 | 36 | 11 | 47 | 74 | 115 |
| Binary | 11101000 | 11001111 | 10100010 | 0 | 1011 | 11110 | 1001 | 100111 | 111100 | 1001101 |
Color Harmonies of #E8CFA2
Complementary color
Monochromatic Colors of #E8CFA2
Black with #E8CFA2
Text Example
Text Example
White with #E8CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFA2; }
p { color: rgb(232,207,162); }
H1.HeaderClassName
{
color: #E8CFA2;
}
.AnyTagClassName
{
color: #E8CFA2;
}
</style>
background-color css
<style>
a { background-color: #E8CFA2; }
a { background-color: rgb(232,207,162); }
div.DivClassName
{
background-color: #E8CFA2;
}
.BgClassName
{
background-color: #E8CFA2;
}
</style>
border-color css
<style>
span { border-color: #E8CFA2; }
span { border-color: rgb(232,207,162); }
td.TdClassName
{
border-color: #E8CFA2;
}
.TagClassName
{
border-color: #E8CFA2;
}
</style>