Shades of Pampas #EAE4DB
Tints of Pampas #EAE4DB
RGB
CMYK
RGB Variations
Color information
#EAE4DB (or 0xEAE4DB) is known color: Pampas. HEX triplet: EA, E4 and DB. RGB value is (234,228,219). Sum of RGB (Red+Green+Blue) = 234+228+219=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4DB is #151B24. Grayscale: #E4E4E4. Windows color (decimal): -1383205 or 14410986. OLE color: 14410986.
HSL color Cylindrical-coordinate representation of color #EAE4DB: hue angle of 36º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE4DB is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 219 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.08 |
| HSL | 36º | 0.26% | 0.89% | - |
| HSV(B) | 36º | 0.06% | 0.92% | - |
| XYZ | 74.46 | 78.09 | 78.17 | - |
| YUV | 228.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 219 | 0 | 0.03 | 0.06 | 0.08 | 36 | 0.26 | 0.89 |
| Hex | EA | E4 | DB | 0 | 3 | 6 | 8 | 24 | 1A | 59 |
| Octal | 352 | 344 | 333 | 0 | 3 | 6 | 10 | 44 | 32 | 131 |
| Binary | 11101010 | 11100100 | 11011011 | 0 | 11 | 110 | 1000 | 100100 | 11010 | 1011001 |
Color Harmonies of #EAE4DB
Complementary color
Monochromatic Colors of #EAE4DB
Black with #EAE4DB
Text Example
Text Example
White with #EAE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE4DB; }
p { color: rgb(234,228,219); }
H1.HeaderClassName
{
color: #EAE4DB;
}
.AnyTagClassName
{
color: #EAE4DB;
}
</style>
background-color css
<style>
a { background-color: #EAE4DB; }
a { background-color: rgb(234,228,219); }
div.DivClassName
{
background-color: #EAE4DB;
}
.BgClassName
{
background-color: #EAE4DB;
}
</style>
border-color css
<style>
span { border-color: #EAE4DB; }
span { border-color: rgb(234,228,219); }
td.TdClassName
{
border-color: #EAE4DB;
}
.TagClassName
{
border-color: #EAE4DB;
}
</style>