Shades of Dairy Cream #E8CDA4
Tints of Dairy Cream #E8CDA4
RGB
CMYK
RGB Variations
Color information
#E8CDA4 (or 0xE8CDA4) is known color: Dairy Cream. HEX triplet: E8, CD and A4. RGB value is (232,205,164). Sum of RGB (Red+Green+Blue) = 232+205+164=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CDA4 is #17325B. Grayscale: #D0D0D0. Windows color (decimal): -1520220 or 10800616. OLE color: 10800616.
HSL color Cylindrical-coordinate representation of color #E8CDA4: hue angle of 36.18º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8CDA4 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 164 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.09 |
| HSL | 36.18º | 0.6% | 0.78% | - |
| HSV(B) | 36.18º | 0.29% | 0.91% | - |
| XYZ | 61.81 | 63.5 | 44.12 | - |
| YUV | 208.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 164 | 0 | 0.12 | 0.29 | 0.09 | 36.18 | 0.6 | 0.78 |
| Hex | E8 | CD | A4 | 0 | C | 1D | 9 | 24 | 3C | 4E |
| Octal | 350 | 315 | 244 | 0 | 14 | 35 | 11 | 44 | 74 | 116 |
| Binary | 11101000 | 11001101 | 10100100 | 0 | 1100 | 11101 | 1001 | 100100 | 111100 | 1001110 |
Color Harmonies of #E8CDA4
Complementary color
Monochromatic Colors of #E8CDA4
Black with #E8CDA4
Text Example
Text Example
White with #E8CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDA4; }
p { color: rgb(232,205,164); }
H1.HeaderClassName
{
color: #E8CDA4;
}
.AnyTagClassName
{
color: #E8CDA4;
}
</style>
background-color css
<style>
a { background-color: #E8CDA4; }
a { background-color: rgb(232,205,164); }
div.DivClassName
{
background-color: #E8CDA4;
}
.BgClassName
{
background-color: #E8CDA4;
}
</style>
border-color css
<style>
span { border-color: #E8CDA4; }
span { border-color: rgb(232,205,164); }
td.TdClassName
{
border-color: #E8CDA4;
}
.TagClassName
{
border-color: #E8CDA4;
}
</style>