Shades of Dairy Cream #E6CFA7
Tints of Dairy Cream #E6CFA7
RGB
CMYK
RGB Variations
Color information
#E6CFA7 (or 0xE6CFA7) is known color: Dairy Cream. HEX triplet: E6, CF and A7. RGB value is (230,207,167). Sum of RGB (Red+Green+Blue) = 230+207+167=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 167 (65.62% from 255 or 27.65% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CFA7 is #193058. Grayscale: #D1D1D1. Windows color (decimal): -1650777 or 10997734. OLE color: 10997734.
HSL color Cylindrical-coordinate representation of color #E6CFA7: hue angle of 38.1º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6CFA7 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 167 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.10 |
| HSL | 38.1º | 0.56% | 0.78% | - |
| HSV(B) | 38.1º | 0.27% | 0.9% | - |
| XYZ | 61.92 | 64.24 | 45.69 | - |
| YUV | 209.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 167 | 0 | 0.10 | 0.27 | 0.10 | 38.1 | 0.56 | 0.78 |
| Hex | E6 | CF | A7 | 0 | A | 1B | A | 26 | 38 | 4E |
| Octal | 346 | 317 | 247 | 0 | 12 | 33 | 12 | 46 | 70 | 116 |
| Binary | 11100110 | 11001111 | 10100111 | 0 | 1010 | 11011 | 1010 | 100110 | 111000 | 1001110 |
Color Harmonies of #E6CFA7
Complementary color
Monochromatic Colors of #E6CFA7
Black with #E6CFA7
Text Example
Text Example
White with #E6CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFA7; }
p { color: rgb(230,207,167); }
H1.HeaderClassName
{
color: #E6CFA7;
}
.AnyTagClassName
{
color: #E6CFA7;
}
</style>
background-color css
<style>
a { background-color: #E6CFA7; }
a { background-color: rgb(230,207,167); }
div.DivClassName
{
background-color: #E6CFA7;
}
.BgClassName
{
background-color: #E6CFA7;
}
</style>
border-color css
<style>
span { border-color: #E6CFA7; }
span { border-color: rgb(230,207,167); }
td.TdClassName
{
border-color: #E6CFA7;
}
.TagClassName
{
border-color: #E6CFA7;
}
</style>