Shades of Dairy Cream #E9CDA9
Tints of Dairy Cream #E9CDA9
RGB
CMYK
RGB Variations
Color information
#E9CDA9 (or 0xE9CDA9) is known color: Dairy Cream. HEX triplet: E9, CD and A9. RGB value is (233,205,169). Sum of RGB (Red+Green+Blue) = 233+205+169=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDA9 is #163256. Grayscale: #D1D1D1. Windows color (decimal): -1454679 or 11128297. OLE color: 11128297.
HSL color Cylindrical-coordinate representation of color #E9CDA9: hue angle of 33.75º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9CDA9 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 169 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.09 |
| HSL | 33.75º | 0.59% | 0.79% | - |
| HSV(B) | 33.75º | 0.27% | 0.91% | - |
| XYZ | 62.6 | 63.85 | 46.56 | - |
| YUV | 209.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 169 | 0 | 0.12 | 0.27 | 0.09 | 33.75 | 0.59 | 0.79 |
| Hex | E9 | CD | A9 | 0 | C | 1B | 9 | 22 | 3B | 4F |
| Octal | 351 | 315 | 251 | 0 | 14 | 33 | 11 | 42 | 73 | 117 |
| Binary | 11101001 | 11001101 | 10101001 | 0 | 1100 | 11011 | 1001 | 100010 | 111011 | 1001111 |
Color Harmonies of #E9CDA9
Complementary color
Monochromatic Colors of #E9CDA9
Black with #E9CDA9
Text Example
Text Example
White with #E9CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDA9; }
p { color: rgb(233,205,169); }
H1.HeaderClassName
{
color: #E9CDA9;
}
.AnyTagClassName
{
color: #E9CDA9;
}
</style>
background-color css
<style>
a { background-color: #E9CDA9; }
a { background-color: rgb(233,205,169); }
div.DivClassName
{
background-color: #E9CDA9;
}
.BgClassName
{
background-color: #E9CDA9;
}
</style>
border-color css
<style>
span { border-color: #E9CDA9; }
span { border-color: rgb(233,205,169); }
td.TdClassName
{
border-color: #E9CDA9;
}
.TagClassName
{
border-color: #E9CDA9;
}
</style>