Shades of Dairy Cream #EBD1A7
Tints of Dairy Cream #EBD1A7
RGB
CMYK
RGB Variations
Color information
#EBD1A7 (or 0xEBD1A7) is known color: Dairy Cream. HEX triplet: EB, D1 and A7. RGB value is (235,209,167). Sum of RGB (Red+Green+Blue) = 235+209+167=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD1A7 is #142E58. Grayscale: #D4D4D4. Windows color (decimal): -1322585 or 10998251. OLE color: 10998251.
HSL color Cylindrical-coordinate representation of color #EBD1A7: hue angle of 37.06º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBD1A7 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 167 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.08 |
| HSL | 37.06º | 0.63% | 0.79% | - |
| HSV(B) | 37.06º | 0.29% | 0.92% | - |
| XYZ | 64.04 | 66.05 | 45.93 | - |
| YUV | 211.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 167 | 0 | 0.11 | 0.29 | 0.08 | 37.06 | 0.63 | 0.79 |
| Hex | EB | D1 | A7 | 0 | B | 1D | 8 | 25 | 3F | 4F |
| Octal | 353 | 321 | 247 | 0 | 13 | 35 | 10 | 45 | 77 | 117 |
| Binary | 11101011 | 11010001 | 10100111 | 0 | 1011 | 11101 | 1000 | 100101 | 111111 | 1001111 |
Color Harmonies of #EBD1A7
Complementary color
Monochromatic Colors of #EBD1A7
Black with #EBD1A7
Text Example
Text Example
White with #EBD1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD1A7; }
p { color: rgb(235,209,167); }
H1.HeaderClassName
{
color: #EBD1A7;
}
.AnyTagClassName
{
color: #EBD1A7;
}
</style>
background-color css
<style>
a { background-color: #EBD1A7; }
a { background-color: rgb(235,209,167); }
div.DivClassName
{
background-color: #EBD1A7;
}
.BgClassName
{
background-color: #EBD1A7;
}
</style>
border-color css
<style>
span { border-color: #EBD1A7; }
span { border-color: rgb(235,209,167); }
td.TdClassName
{
border-color: #EBD1A7;
}
.TagClassName
{
border-color: #EBD1A7;
}
</style>