Shades of Dairy Cream #E3CDA8
Tints of Dairy Cream #E3CDA8
RGB
CMYK
RGB Variations
Color information
#E3CDA8 (or 0xE3CDA8) is known color: Dairy Cream. HEX triplet: E3, CD and A8. RGB value is (227,205,168). Sum of RGB (Red+Green+Blue) = 227+205+168=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CDA8 is #1C3257. Grayscale: #CFCFCF. Windows color (decimal): -1847896 or 11062755. OLE color: 11062755.
HSL color Cylindrical-coordinate representation of color #E3CDA8: hue angle of 37.63º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3CDA8 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 205 | 168 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.11 |
| HSL | 37.63º | 0.51% | 0.77% | - |
| HSV(B) | 37.63º | 0.26% | 0.89% | - |
| XYZ | 60.58 | 62.82 | 45.98 | - |
| YUV | 207.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 168 | 0 | 0.10 | 0.26 | 0.11 | 37.63 | 0.51 | 0.77 |
| Hex | E3 | CD | A8 | 0 | A | 1A | B | 26 | 33 | 4D |
| Octal | 343 | 315 | 250 | 0 | 12 | 32 | 13 | 46 | 63 | 115 |
| Binary | 11100011 | 11001101 | 10101000 | 0 | 1010 | 11010 | 1011 | 100110 | 110011 | 1001101 |
Color Harmonies of #E3CDA8
Complementary color
Monochromatic Colors of #E3CDA8
Black with #E3CDA8
Text Example
Text Example
White with #E3CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDA8; }
p { color: rgb(227,205,168); }
H1.HeaderClassName
{
color: #E3CDA8;
}
.AnyTagClassName
{
color: #E3CDA8;
}
</style>
background-color css
<style>
a { background-color: #E3CDA8; }
a { background-color: rgb(227,205,168); }
div.DivClassName
{
background-color: #E3CDA8;
}
.BgClassName
{
background-color: #E3CDA8;
}
</style>
border-color css
<style>
span { border-color: #E3CDA8; }
span { border-color: rgb(227,205,168); }
td.TdClassName
{
border-color: #E3CDA8;
}
.TagClassName
{
border-color: #E3CDA8;
}
</style>