Shades of Dairy Cream #E5CDA5
Tints of Dairy Cream #E5CDA5
RGB
CMYK
RGB Variations
Color information
#E5CDA5 (or 0xE5CDA5) is known color: Dairy Cream. HEX triplet: E5, CD and A5. RGB value is (229,205,165). Sum of RGB (Red+Green+Blue) = 229+205+165=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CDA5 is #1A325A. Grayscale: #CFCFCF. Windows color (decimal): -1716827 or 10866149. OLE color: 10866149.
HSL color Cylindrical-coordinate representation of color #E5CDA5: hue angle of 37.5º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5CDA5 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 165 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.10 |
| HSL | 37.5º | 0.55% | 0.77% | - |
| HSV(B) | 37.5º | 0.28% | 0.9% | - |
| XYZ | 60.94 | 63.04 | 44.55 | - |
| YUV | 207.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 165 | 0 | 0.10 | 0.28 | 0.10 | 37.5 | 0.55 | 0.77 |
| Hex | E5 | CD | A5 | 0 | A | 1C | A | 26 | 37 | 4D |
| Octal | 345 | 315 | 245 | 0 | 12 | 34 | 12 | 46 | 67 | 115 |
| Binary | 11100101 | 11001101 | 10100101 | 0 | 1010 | 11100 | 1010 | 100110 | 110111 | 1001101 |
Color Harmonies of #E5CDA5
Complementary color
Monochromatic Colors of #E5CDA5
Black with #E5CDA5
Text Example
Text Example
White with #E5CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDA5; }
p { color: rgb(229,205,165); }
H1.HeaderClassName
{
color: #E5CDA5;
}
.AnyTagClassName
{
color: #E5CDA5;
}
</style>
background-color css
<style>
a { background-color: #E5CDA5; }
a { background-color: rgb(229,205,165); }
div.DivClassName
{
background-color: #E5CDA5;
}
.BgClassName
{
background-color: #E5CDA5;
}
</style>
border-color css
<style>
span { border-color: #E5CDA5; }
span { border-color: rgb(229,205,165); }
td.TdClassName
{
border-color: #E5CDA5;
}
.TagClassName
{
border-color: #E5CDA5;
}
</style>