Shades of Dairy Cream #E6CBA7
Tints of Dairy Cream #E6CBA7
RGB
CMYK
RGB Variations
Color information
#E6CBA7 (or 0xE6CBA7) is known color: Dairy Cream. HEX triplet: E6, CB and A7. RGB value is (230,203,167). Sum of RGB (Red+Green+Blue) = 230+203+167=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 167 (65.62% from 255 or 27.83% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CBA7 is #193458. Grayscale: #CFCFCF. Windows color (decimal): -1651801 or 10996710. OLE color: 10996710.
HSL color Cylindrical-coordinate representation of color #E6CBA7: hue angle of 34.29º 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 #E6CBA7 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 167 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.10 |
| HSL | 34.29º | 0.56% | 0.78% | - |
| HSV(B) | 34.29º | 0.27% | 0.9% | - |
| XYZ | 60.96 | 62.32 | 45.38 | - |
| YUV | 206.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 167 | 0 | 0.12 | 0.27 | 0.10 | 34.29 | 0.56 | 0.78 |
| Hex | E6 | CB | A7 | 0 | C | 1B | A | 22 | 38 | 4E |
| Octal | 346 | 313 | 247 | 0 | 14 | 33 | 12 | 42 | 70 | 116 |
| Binary | 11100110 | 11001011 | 10100111 | 0 | 1100 | 11011 | 1010 | 100010 | 111000 | 1001110 |
Color Harmonies of #E6CBA7
Complementary color
Monochromatic Colors of #E6CBA7
Black with #E6CBA7
Text Example
Text Example
White with #E6CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBA7; }
p { color: rgb(230,203,167); }
H1.HeaderClassName
{
color: #E6CBA7;
}
.AnyTagClassName
{
color: #E6CBA7;
}
</style>
background-color css
<style>
a { background-color: #E6CBA7; }
a { background-color: rgb(230,203,167); }
div.DivClassName
{
background-color: #E6CBA7;
}
.BgClassName
{
background-color: #E6CBA7;
}
</style>
border-color css
<style>
span { border-color: #E6CBA7; }
span { border-color: rgb(230,203,167); }
td.TdClassName
{
border-color: #E6CBA7;
}
.TagClassName
{
border-color: #E6CBA7;
}
</style>