Shades of Dairy Cream #E8CFA8
Tints of Dairy Cream #E8CFA8
RGB
CMYK
RGB Variations
Color information
#E8CFA8 (or 0xE8CFA8) is known color: Dairy Cream. HEX triplet: E8, CF and A8. RGB value is (232,207,168). Sum of RGB (Red+Green+Blue) = 232+207+168=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CFA8 is #173057. Grayscale: #D2D2D2. Windows color (decimal): -1519704 or 11063272. OLE color: 11063272.
HSL color Cylindrical-coordinate representation of color #E8CFA8: hue angle of 36.56º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8CFA8 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 168 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.09 |
| HSL | 36.56º | 0.58% | 0.78% | - |
| HSV(B) | 36.56º | 0.28% | 0.91% | - |
| XYZ | 62.66 | 64.61 | 46.21 | - |
| YUV | 210.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 168 | 0 | 0.11 | 0.28 | 0.09 | 36.56 | 0.58 | 0.78 |
| Hex | E8 | CF | A8 | 0 | B | 1C | 9 | 25 | 3A | 4E |
| Octal | 350 | 317 | 250 | 0 | 13 | 34 | 11 | 45 | 72 | 116 |
| Binary | 11101000 | 11001111 | 10101000 | 0 | 1011 | 11100 | 1001 | 100101 | 111010 | 1001110 |
Color Harmonies of #E8CFA8
Complementary color
Monochromatic Colors of #E8CFA8
Black with #E8CFA8
Text Example
Text Example
White with #E8CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFA8; }
p { color: rgb(232,207,168); }
H1.HeaderClassName
{
color: #E8CFA8;
}
.AnyTagClassName
{
color: #E8CFA8;
}
</style>
background-color css
<style>
a { background-color: #E8CFA8; }
a { background-color: rgb(232,207,168); }
div.DivClassName
{
background-color: #E8CFA8;
}
.BgClassName
{
background-color: #E8CFA8;
}
</style>
border-color css
<style>
span { border-color: #E8CFA8; }
span { border-color: rgb(232,207,168); }
td.TdClassName
{
border-color: #E8CFA8;
}
.TagClassName
{
border-color: #E8CFA8;
}
</style>