Shades of Dairy Cream #EBCDA2
Tints of Dairy Cream #EBCDA2
RGB
CMYK
RGB Variations
Color information
#EBCDA2 (or 0xEBCDA2) is known color: Dairy Cream. HEX triplet: EB, CD and A2. RGB value is (235,205,162). Sum of RGB (Red+Green+Blue) = 235+205+162=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDA2 is #14325D. Grayscale: #D1D1D1. Windows color (decimal): -1323614 or 10669547. OLE color: 10669547.
HSL color Cylindrical-coordinate representation of color #EBCDA2: hue angle of 35.34º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBCDA2 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 162 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.08 |
| HSL | 35.34º | 0.65% | 0.78% | - |
| HSV(B) | 35.34º | 0.31% | 0.92% | - |
| XYZ | 62.61 | 63.93 | 43.22 | - |
| YUV | 209.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 162 | 0 | 0.13 | 0.31 | 0.08 | 35.34 | 0.65 | 0.78 |
| Hex | EB | CD | A2 | 0 | D | 1F | 8 | 23 | 41 | 4E |
| Octal | 353 | 315 | 242 | 0 | 15 | 37 | 10 | 43 | 101 | 116 |
| Binary | 11101011 | 11001101 | 10100010 | 0 | 1101 | 11111 | 1000 | 100011 | 1000001 | 1001110 |
Color Harmonies of #EBCDA2
Complementary color
Monochromatic Colors of #EBCDA2
Black with #EBCDA2
Text Example
Text Example
White with #EBCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDA2; }
p { color: rgb(235,205,162); }
H1.HeaderClassName
{
color: #EBCDA2;
}
.AnyTagClassName
{
color: #EBCDA2;
}
</style>
background-color css
<style>
a { background-color: #EBCDA2; }
a { background-color: rgb(235,205,162); }
div.DivClassName
{
background-color: #EBCDA2;
}
.BgClassName
{
background-color: #EBCDA2;
}
</style>
border-color css
<style>
span { border-color: #EBCDA2; }
span { border-color: rgb(235,205,162); }
td.TdClassName
{
border-color: #EBCDA2;
}
.TagClassName
{
border-color: #EBCDA2;
}
</style>