Shades of Dairy Cream #E9CDA2
Tints of Dairy Cream #E9CDA2
RGB
CMYK
RGB Variations
Color information
#E9CDA2 (or 0xE9CDA2) is known color: Dairy Cream. HEX triplet: E9, CD and A2. RGB value is (233,205,162). Sum of RGB (Red+Green+Blue) = 233+205+162=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDA2 is #16325D. Grayscale: #D0D0D0. Windows color (decimal): -1454686 or 10669545. OLE color: 10669545.
HSL color Cylindrical-coordinate representation of color #E9CDA2: hue angle of 36.34º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9CDA2 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 162 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.09 |
| HSL | 36.34º | 0.62% | 0.77% | - |
| HSV(B) | 36.34º | 0.3% | 0.91% | - |
| XYZ | 61.96 | 63.59 | 43.19 | - |
| YUV | 208.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 162 | 0 | 0.12 | 0.30 | 0.09 | 36.34 | 0.62 | 0.77 |
| Hex | E9 | CD | A2 | 0 | C | 1E | 9 | 24 | 3E | 4D |
| Octal | 351 | 315 | 242 | 0 | 14 | 36 | 11 | 44 | 76 | 115 |
| Binary | 11101001 | 11001101 | 10100010 | 0 | 1100 | 11110 | 1001 | 100100 | 111110 | 1001101 |
Color Harmonies of #E9CDA2
Complementary color
Monochromatic Colors of #E9CDA2
Black with #E9CDA2
Text Example
Text Example
White with #E9CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDA2; }
p { color: rgb(233,205,162); }
H1.HeaderClassName
{
color: #E9CDA2;
}
.AnyTagClassName
{
color: #E9CDA2;
}
</style>
background-color css
<style>
a { background-color: #E9CDA2; }
a { background-color: rgb(233,205,162); }
div.DivClassName
{
background-color: #E9CDA2;
}
.BgClassName
{
background-color: #E9CDA2;
}
</style>
border-color css
<style>
span { border-color: #E9CDA2; }
span { border-color: rgb(233,205,162); }
td.TdClassName
{
border-color: #E9CDA2;
}
.TagClassName
{
border-color: #E9CDA2;
}
</style>