Shades of Dairy Cream #EECFA2
Tints of Dairy Cream #EECFA2
RGB
CMYK
RGB Variations
Color information
#EECFA2 (or 0xEECFA2) is known color: Dairy Cream. HEX triplet: EE, CF and A2. RGB value is (238,207,162). Sum of RGB (Red+Green+Blue) = 238+207+162=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFA2 is #11305D. Grayscale: #D3D3D3. Windows color (decimal): -1126494 or 10670062. OLE color: 10670062.
HSL color Cylindrical-coordinate representation of color #EECFA2: hue angle of 35.53º 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 #EECFA2 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 162 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.07 |
| HSL | 35.53º | 0.69% | 0.78% | - |
| HSV(B) | 35.53º | 0.32% | 0.93% | - |
| XYZ | 64.09 | 65.41 | 43.43 | - |
| YUV | 211.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 162 | 0 | 0.13 | 0.32 | 0.07 | 35.53 | 0.69 | 0.78 |
| Hex | EE | CF | A2 | 0 | D | 20 | 7 | 24 | 45 | 4E |
| Octal | 356 | 317 | 242 | 0 | 15 | 40 | 7 | 44 | 105 | 116 |
| Binary | 11101110 | 11001111 | 10100010 | 0 | 1101 | 100000 | 111 | 100100 | 1000101 | 1001110 |
Color Harmonies of #EECFA2
Complementary color
Monochromatic Colors of #EECFA2
Black with #EECFA2
Text Example
Text Example
White with #EECFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFA2; }
p { color: rgb(238,207,162); }
H1.HeaderClassName
{
color: #EECFA2;
}
.AnyTagClassName
{
color: #EECFA2;
}
</style>
background-color css
<style>
a { background-color: #EECFA2; }
a { background-color: rgb(238,207,162); }
div.DivClassName
{
background-color: #EECFA2;
}
.BgClassName
{
background-color: #EECFA2;
}
</style>
border-color css
<style>
span { border-color: #EECFA2; }
span { border-color: rgb(238,207,162); }
td.TdClassName
{
border-color: #EECFA2;
}
.TagClassName
{
border-color: #EECFA2;
}
</style>