Shades of Dairy Cream #EECFA1
Tints of Dairy Cream #EECFA1
RGB
CMYK
RGB Variations
Color information
#EECFA1 (or 0xEECFA1) is known color: Dairy Cream. HEX triplet: EE, CF and A1. RGB value is (238,207,161). Sum of RGB (Red+Green+Blue) = 238+207+161=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFA1 is #11305E. Grayscale: #D3D3D3. Windows color (decimal): -1126495 or 10604526. OLE color: 10604526.
HSL color Cylindrical-coordinate representation of color #EECFA1: hue angle of 35.84º 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 #EECFA1 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 161 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.07 |
| HSL | 35.84º | 0.69% | 0.78% | - |
| HSV(B) | 35.84º | 0.32% | 0.93% | - |
| XYZ | 64.01 | 65.38 | 42.96 | - |
| YUV | 211.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 161 | 0 | 0.13 | 0.32 | 0.07 | 35.84 | 0.69 | 0.78 |
| Hex | EE | CF | A1 | 0 | D | 20 | 7 | 24 | 45 | 4E |
| Octal | 356 | 317 | 241 | 0 | 15 | 40 | 7 | 44 | 105 | 116 |
| Binary | 11101110 | 11001111 | 10100001 | 0 | 1101 | 100000 | 111 | 100100 | 1000101 | 1001110 |
Color Harmonies of #EECFA1
Complementary color
Monochromatic Colors of #EECFA1
Black with #EECFA1
Text Example
Text Example
White with #EECFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFA1; }
p { color: rgb(238,207,161); }
H1.HeaderClassName
{
color: #EECFA1;
}
.AnyTagClassName
{
color: #EECFA1;
}
</style>
background-color css
<style>
a { background-color: #EECFA1; }
a { background-color: rgb(238,207,161); }
div.DivClassName
{
background-color: #EECFA1;
}
.BgClassName
{
background-color: #EECFA1;
}
</style>
border-color css
<style>
span { border-color: #EECFA1; }
span { border-color: rgb(238,207,161); }
td.TdClassName
{
border-color: #EECFA1;
}
.TagClassName
{
border-color: #EECFA1;
}
</style>