Shades of Pampas #EBE4DB
Tints of Pampas #EBE4DB
RGB
CMYK
RGB Variations
Color information
#EBE4DB (or 0xEBE4DB) is known color: Pampas. HEX triplet: EB, E4 and DB. RGB value is (235,228,219). Sum of RGB (Red+Green+Blue) = 235+228+219=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4DB is #141B24. Grayscale: #E5E5E5. Windows color (decimal): -1317669 or 14410987. OLE color: 14410987.
HSL color Cylindrical-coordinate representation of color #EBE4DB: hue angle of 33.75º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE4DB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 219 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.08 |
| HSL | 33.75º | 0.29% | 0.89% | - |
| HSV(B) | 33.75º | 0.07% | 0.92% | - |
| XYZ | 74.79 | 78.26 | 78.18 | - |
| YUV | 229.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 219 | 0 | 0.03 | 0.07 | 0.08 | 33.75 | 0.29 | 0.89 |
| Hex | EB | E4 | DB | 0 | 3 | 7 | 8 | 22 | 1D | 59 |
| Octal | 353 | 344 | 333 | 0 | 3 | 7 | 10 | 42 | 35 | 131 |
| Binary | 11101011 | 11100100 | 11011011 | 0 | 11 | 111 | 1000 | 100010 | 11101 | 1011001 |
Color Harmonies of #EBE4DB
Complementary color
Monochromatic Colors of #EBE4DB
Black with #EBE4DB
Text Example
Text Example
White with #EBE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4DB; }
p { color: rgb(235,228,219); }
H1.HeaderClassName
{
color: #EBE4DB;
}
.AnyTagClassName
{
color: #EBE4DB;
}
</style>
background-color css
<style>
a { background-color: #EBE4DB; }
a { background-color: rgb(235,228,219); }
div.DivClassName
{
background-color: #EBE4DB;
}
.BgClassName
{
background-color: #EBE4DB;
}
</style>
border-color css
<style>
span { border-color: #EBE4DB; }
span { border-color: rgb(235,228,219); }
td.TdClassName
{
border-color: #EBE4DB;
}
.TagClassName
{
border-color: #EBE4DB;
}
</style>