Shades of Dairy Cream #EED4A2
Tints of Dairy Cream #EED4A2
RGB
CMYK
RGB Variations
Color information
#EED4A2 (or 0xEED4A2) is known color: Dairy Cream. HEX triplet: EE, D4 and A2. RGB value is (238,212,162). Sum of RGB (Red+Green+Blue) = 238+212+162=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED4A2 is #112B5D. Grayscale: #D6D6D6. Windows color (decimal): -1125214 or 10671342. OLE color: 10671342.
HSL color Cylindrical-coordinate representation of color #EED4A2: hue angle of 39.47º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EED4A2 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 162 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.07 |
| HSL | 39.47º | 0.69% | 0.78% | - |
| HSV(B) | 39.47º | 0.32% | 0.93% | - |
| XYZ | 65.32 | 67.87 | 43.84 | - |
| YUV | 214.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 162 | 0 | 0.11 | 0.32 | 0.07 | 39.47 | 0.69 | 0.78 |
| Hex | EE | D4 | A2 | 0 | B | 20 | 7 | 27 | 45 | 4E |
| Octal | 356 | 324 | 242 | 0 | 13 | 40 | 7 | 47 | 105 | 116 |
| Binary | 11101110 | 11010100 | 10100010 | 0 | 1011 | 100000 | 111 | 100111 | 1000101 | 1001110 |
Color Harmonies of #EED4A2
Complementary color
Monochromatic Colors of #EED4A2
Black with #EED4A2
Text Example
Text Example
White with #EED4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4A2; }
p { color: rgb(238,212,162); }
H1.HeaderClassName
{
color: #EED4A2;
}
.AnyTagClassName
{
color: #EED4A2;
}
</style>
background-color css
<style>
a { background-color: #EED4A2; }
a { background-color: rgb(238,212,162); }
div.DivClassName
{
background-color: #EED4A2;
}
.BgClassName
{
background-color: #EED4A2;
}
</style>
border-color css
<style>
span { border-color: #EED4A2; }
span { border-color: rgb(238,212,162); }
td.TdClassName
{
border-color: #EED4A2;
}
.TagClassName
{
border-color: #EED4A2;
}
</style>