Shades of Dairy Cream #EECEA2
Tints of Dairy Cream #EECEA2
RGB
CMYK
RGB Variations
Color information
#EECEA2 (or 0xEECEA2) is known color: Dairy Cream. HEX triplet: EE, CE and A2. RGB value is (238,206,162). Sum of RGB (Red+Green+Blue) = 238+206+162=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECEA2 is #11315D. Grayscale: #D2D2D2. Windows color (decimal): -1126750 or 10669806. OLE color: 10669806.
HSL color Cylindrical-coordinate representation of color #EECEA2: hue angle of 34.74º 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 #EECEA2 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 162 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.07 |
| HSL | 34.74º | 0.69% | 0.78% | - |
| HSV(B) | 34.74º | 0.32% | 0.93% | - |
| XYZ | 63.85 | 64.93 | 43.35 | - |
| YUV | 210.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 162 | 0 | 0.13 | 0.32 | 0.07 | 34.74 | 0.69 | 0.78 |
| Hex | EE | CE | A2 | 0 | D | 20 | 7 | 23 | 45 | 4E |
| Octal | 356 | 316 | 242 | 0 | 15 | 40 | 7 | 43 | 105 | 116 |
| Binary | 11101110 | 11001110 | 10100010 | 0 | 1101 | 100000 | 111 | 100011 | 1000101 | 1001110 |
Color Harmonies of #EECEA2
Complementary color
Monochromatic Colors of #EECEA2
Black with #EECEA2
Text Example
Text Example
White with #EECEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEA2; }
p { color: rgb(238,206,162); }
H1.HeaderClassName
{
color: #EECEA2;
}
.AnyTagClassName
{
color: #EECEA2;
}
</style>
background-color css
<style>
a { background-color: #EECEA2; }
a { background-color: rgb(238,206,162); }
div.DivClassName
{
background-color: #EECEA2;
}
.BgClassName
{
background-color: #EECEA2;
}
</style>
border-color css
<style>
span { border-color: #EECEA2; }
span { border-color: rgb(238,206,162); }
td.TdClassName
{
border-color: #EECEA2;
}
.TagClassName
{
border-color: #EECEA2;
}
</style>