Shades of Pampas #E9E4DE
Tints of Pampas #E9E4DE
RGB
CMYK
RGB Variations
Color information
#E9E4DE (or 0xE9E4DE) is known color: Pampas. HEX triplet: E9, E4 and DE. RGB value is (233,228,222). Sum of RGB (Red+Green+Blue) = 233+228+222=683 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.11% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E4DE is #161B21. Grayscale: #E4E4E4. Windows color (decimal): -1448738 or 14607593. OLE color: 14607593.
HSL color Cylindrical-coordinate representation of color #E9E4DE: hue angle of 32.73º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9E4DE is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 228 | 222 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.09 |
| HSL | 32.73º | 0.2% | 0.89% | - |
| HSV(B) | 32.73º | 0.05% | 0.91% | - |
| XYZ | 74.53 | 78.08 | 80.25 | - |
| YUV | 228.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 222 | 0 | 0.02 | 0.05 | 0.09 | 32.73 | 0.2 | 0.89 |
| Hex | E9 | E4 | DE | 0 | 2 | 5 | 9 | 21 | 14 | 59 |
| Octal | 351 | 344 | 336 | 0 | 2 | 5 | 11 | 41 | 24 | 131 |
| Binary | 11101001 | 11100100 | 11011110 | 0 | 10 | 101 | 1001 | 100001 | 10100 | 1011001 |
Color Harmonies of #E9E4DE
Complementary color
Monochromatic Colors of #E9E4DE
Black with #E9E4DE
Text Example
Text Example
White with #E9E4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E4DE; }
p { color: rgb(233,228,222); }
H1.HeaderClassName
{
color: #E9E4DE;
}
.AnyTagClassName
{
color: #E9E4DE;
}
</style>
background-color css
<style>
a { background-color: #E9E4DE; }
a { background-color: rgb(233,228,222); }
div.DivClassName
{
background-color: #E9E4DE;
}
.BgClassName
{
background-color: #E9E4DE;
}
</style>
border-color css
<style>
span { border-color: #E9E4DE; }
span { border-color: rgb(233,228,222); }
td.TdClassName
{
border-color: #E9E4DE;
}
.TagClassName
{
border-color: #E9E4DE;
}
</style>