Shades of Dairy Cream #E5CDA6
Tints of Dairy Cream #E5CDA6
RGB
CMYK
RGB Variations
Color information
#E5CDA6 (or 0xE5CDA6) is known color: Dairy Cream. HEX triplet: E5, CD and A6. RGB value is (229,205,166). Sum of RGB (Red+Green+Blue) = 229+205+166=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CDA6 is #1A3259. Grayscale: #CFCFCF. Windows color (decimal): -1716826 or 10931685. OLE color: 10931685.
HSL color Cylindrical-coordinate representation of color #E5CDA6: hue angle of 37.14º 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 #E5CDA6 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 166 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.10 |
| HSL | 37.14º | 0.55% | 0.77% | - |
| HSV(B) | 37.14º | 0.28% | 0.9% | - |
| XYZ | 61.03 | 63.07 | 45.03 | - |
| YUV | 207.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 166 | 0 | 0.10 | 0.28 | 0.10 | 37.14 | 0.55 | 0.77 |
| Hex | E5 | CD | A6 | 0 | A | 1C | A | 25 | 37 | 4D |
| Octal | 345 | 315 | 246 | 0 | 12 | 34 | 12 | 45 | 67 | 115 |
| Binary | 11100101 | 11001101 | 10100110 | 0 | 1010 | 11100 | 1010 | 100101 | 110111 | 1001101 |
Color Harmonies of #E5CDA6
Complementary color
Monochromatic Colors of #E5CDA6
Black with #E5CDA6
Text Example
Text Example
White with #E5CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDA6; }
p { color: rgb(229,205,166); }
H1.HeaderClassName
{
color: #E5CDA6;
}
.AnyTagClassName
{
color: #E5CDA6;
}
</style>
background-color css
<style>
a { background-color: #E5CDA6; }
a { background-color: rgb(229,205,166); }
div.DivClassName
{
background-color: #E5CDA6;
}
.BgClassName
{
background-color: #E5CDA6;
}
</style>
border-color css
<style>
span { border-color: #E5CDA6; }
span { border-color: rgb(229,205,166); }
td.TdClassName
{
border-color: #E5CDA6;
}
.TagClassName
{
border-color: #E5CDA6;
}
</style>