Shades of Dairy Cream #E8CCA2
Tints of Dairy Cream #E8CCA2
RGB
CMYK
RGB Variations
Color information
#E8CCA2 (or 0xE8CCA2) is known color: Dairy Cream. HEX triplet: E8, CC and A2. RGB value is (232,204,162). Sum of RGB (Red+Green+Blue) = 232+204+162=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CCA2 is #17335D. Grayscale: #CFCFCF. Windows color (decimal): -1520478 or 10669288. OLE color: 10669288.
HSL color Cylindrical-coordinate representation of color #E8CCA2: hue angle of 36º 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 #E8CCA2 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 162 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.09 |
| HSL | 36º | 0.6% | 0.77% | - |
| HSV(B) | 36º | 0.3% | 0.91% | - |
| XYZ | 61.39 | 62.95 | 43.1 | - |
| YUV | 207.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 162 | 0 | 0.12 | 0.30 | 0.09 | 36 | 0.6 | 0.77 |
| Hex | E8 | CC | A2 | 0 | C | 1E | 9 | 24 | 3C | 4D |
| Octal | 350 | 314 | 242 | 0 | 14 | 36 | 11 | 44 | 74 | 115 |
| Binary | 11101000 | 11001100 | 10100010 | 0 | 1100 | 11110 | 1001 | 100100 | 111100 | 1001101 |
Color Harmonies of #E8CCA2
Complementary color
Monochromatic Colors of #E8CCA2
Black with #E8CCA2
Text Example
Text Example
White with #E8CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCA2; }
p { color: rgb(232,204,162); }
H1.HeaderClassName
{
color: #E8CCA2;
}
.AnyTagClassName
{
color: #E8CCA2;
}
</style>
background-color css
<style>
a { background-color: #E8CCA2; }
a { background-color: rgb(232,204,162); }
div.DivClassName
{
background-color: #E8CCA2;
}
.BgClassName
{
background-color: #E8CCA2;
}
</style>
border-color css
<style>
span { border-color: #E8CCA2; }
span { border-color: rgb(232,204,162); }
td.TdClassName
{
border-color: #E8CCA2;
}
.TagClassName
{
border-color: #E8CCA2;
}
</style>