Shades of Pampas #EDE5DB
Tints of Pampas #EDE5DB
RGB
CMYK
RGB Variations
Color information
#EDE5DB (or 0xEDE5DB) is known color: Pampas. HEX triplet: ED, E5 and DB. RGB value is (237,229,219). Sum of RGB (Red+Green+Blue) = 237+229+219=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5DB is #121A24. Grayscale: #E6E6E6. Windows color (decimal): -1186341 or 14411245. OLE color: 14411245.
HSL color Cylindrical-coordinate representation of color #EDE5DB: hue angle of 33.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE5DB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 219 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.07 |
| HSL | 33.33º | 0.33% | 0.89% | - |
| HSV(B) | 33.33º | 0.08% | 0.93% | - |
| XYZ | 75.73 | 79.16 | 78.31 | - |
| YUV | 230.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 219 | 0 | 0.03 | 0.08 | 0.07 | 33.33 | 0.33 | 0.89 |
| Hex | ED | E5 | DB | 0 | 3 | 8 | 7 | 21 | 21 | 59 |
| Octal | 355 | 345 | 333 | 0 | 3 | 10 | 7 | 41 | 41 | 131 |
| Binary | 11101101 | 11100101 | 11011011 | 0 | 11 | 1000 | 111 | 100001 | 100001 | 1011001 |
Color Harmonies of #EDE5DB
Complementary color
Monochromatic Colors of #EDE5DB
Black with #EDE5DB
Text Example
Text Example
White with #EDE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5DB; }
p { color: rgb(237,229,219); }
H1.HeaderClassName
{
color: #EDE5DB;
}
.AnyTagClassName
{
color: #EDE5DB;
}
</style>
background-color css
<style>
a { background-color: #EDE5DB; }
a { background-color: rgb(237,229,219); }
div.DivClassName
{
background-color: #EDE5DB;
}
.BgClassName
{
background-color: #EDE5DB;
}
</style>
border-color css
<style>
span { border-color: #EDE5DB; }
span { border-color: rgb(237,229,219); }
td.TdClassName
{
border-color: #EDE5DB;
}
.TagClassName
{
border-color: #EDE5DB;
}
</style>