Shades of Dairy Cream #E9CDA5
Tints of Dairy Cream #E9CDA5
RGB
CMYK
RGB Variations
Color information
#E9CDA5 (or 0xE9CDA5) is known color: Dairy Cream. HEX triplet: E9, CD and A5. RGB value is (233,205,165). Sum of RGB (Red+Green+Blue) = 233+205+165=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDA5 is #16325A. Grayscale: #D0D0D0. Windows color (decimal): -1454683 or 10866153. OLE color: 10866153.
HSL color Cylindrical-coordinate representation of color #E9CDA5: hue angle of 35.29º degrees, saturation: 0.61, 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 #E9CDA5 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 165 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.09 |
| HSL | 35.29º | 0.61% | 0.78% | - |
| HSV(B) | 35.29º | 0.29% | 0.91% | - |
| XYZ | 62.23 | 63.7 | 44.61 | - |
| YUV | 208.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 165 | 0 | 0.12 | 0.29 | 0.09 | 35.29 | 0.61 | 0.78 |
| Hex | E9 | CD | A5 | 0 | C | 1D | 9 | 23 | 3D | 4E |
| Octal | 351 | 315 | 245 | 0 | 14 | 35 | 11 | 43 | 75 | 116 |
| Binary | 11101001 | 11001101 | 10100101 | 0 | 1100 | 11101 | 1001 | 100011 | 111101 | 1001110 |
Color Harmonies of #E9CDA5
Complementary color
Monochromatic Colors of #E9CDA5
Black with #E9CDA5
Text Example
Text Example
White with #E9CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDA5; }
p { color: rgb(233,205,165); }
H1.HeaderClassName
{
color: #E9CDA5;
}
.AnyTagClassName
{
color: #E9CDA5;
}
</style>
background-color css
<style>
a { background-color: #E9CDA5; }
a { background-color: rgb(233,205,165); }
div.DivClassName
{
background-color: #E9CDA5;
}
.BgClassName
{
background-color: #E9CDA5;
}
</style>
border-color css
<style>
span { border-color: #E9CDA5; }
span { border-color: rgb(233,205,165); }
td.TdClassName
{
border-color: #E9CDA5;
}
.TagClassName
{
border-color: #E9CDA5;
}
</style>