Shades of Dairy Cream #E9CFA2
Tints of Dairy Cream #E9CFA2
RGB
CMYK
RGB Variations
Color information
#E9CFA2 (or 0xE9CFA2) is known color: Dairy Cream. HEX triplet: E9, CF and A2. RGB value is (233,207,162). Sum of RGB (Red+Green+Blue) = 233+207+162=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CFA2 is #16305D. Grayscale: #D1D1D1. Windows color (decimal): -1454174 or 10670057. OLE color: 10670057.
HSL color Cylindrical-coordinate representation of color #E9CFA2: hue angle of 38.03º 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 #E9CFA2 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 162 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.09 |
| HSL | 38.03º | 0.62% | 0.77% | - |
| HSV(B) | 38.03º | 0.3% | 0.91% | - |
| XYZ | 62.44 | 64.56 | 43.35 | - |
| YUV | 209.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 162 | 0 | 0.11 | 0.30 | 0.09 | 38.03 | 0.62 | 0.77 |
| Hex | E9 | CF | A2 | 0 | B | 1E | 9 | 26 | 3E | 4D |
| Octal | 351 | 317 | 242 | 0 | 13 | 36 | 11 | 46 | 76 | 115 |
| Binary | 11101001 | 11001111 | 10100010 | 0 | 1011 | 11110 | 1001 | 100110 | 111110 | 1001101 |
Color Harmonies of #E9CFA2
Complementary color
Monochromatic Colors of #E9CFA2
Black with #E9CFA2
Text Example
Text Example
White with #E9CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFA2; }
p { color: rgb(233,207,162); }
H1.HeaderClassName
{
color: #E9CFA2;
}
.AnyTagClassName
{
color: #E9CFA2;
}
</style>
background-color css
<style>
a { background-color: #E9CFA2; }
a { background-color: rgb(233,207,162); }
div.DivClassName
{
background-color: #E9CFA2;
}
.BgClassName
{
background-color: #E9CFA2;
}
</style>
border-color css
<style>
span { border-color: #E9CFA2; }
span { border-color: rgb(233,207,162); }
td.TdClassName
{
border-color: #E9CFA2;
}
.TagClassName
{
border-color: #E9CFA2;
}
</style>