Shades of Pampas #EEE4D8
Tints of Pampas #EEE4D8
RGB
CMYK
RGB Variations
Color information
#EEE4D8 (or 0xEEE4D8) is known color: Pampas. HEX triplet: EE, E4 and D8. RGB value is (238,228,216). Sum of RGB (Red+Green+Blue) = 238+228+216=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4D8 is #111B27. Grayscale: #E5E5E5. Windows color (decimal): -1121064 or 14214382. OLE color: 14214382.
HSL color Cylindrical-coordinate representation of color #EEE4D8: hue angle of 32.73º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEE4D8 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 216 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.07 |
| HSL | 32.73º | 0.39% | 0.89% | - |
| HSV(B) | 32.73º | 0.09% | 0.93% | - |
| XYZ | 75.4 | 78.62 | 76.17 | - |
| YUV | 229.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 216 | 0 | 0.04 | 0.09 | 0.07 | 32.73 | 0.39 | 0.89 |
| Hex | EE | E4 | D8 | 0 | 4 | 9 | 7 | 21 | 27 | 59 |
| Octal | 356 | 344 | 330 | 0 | 4 | 11 | 7 | 41 | 47 | 131 |
| Binary | 11101110 | 11100100 | 11011000 | 0 | 100 | 1001 | 111 | 100001 | 100111 | 1011001 |
Color Harmonies of #EEE4D8
Complementary color
Monochromatic Colors of #EEE4D8
Black with #EEE4D8
Text Example
Text Example
White with #EEE4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4D8; }
p { color: rgb(238,228,216); }
H1.HeaderClassName
{
color: #EEE4D8;
}
.AnyTagClassName
{
color: #EEE4D8;
}
</style>
background-color css
<style>
a { background-color: #EEE4D8; }
a { background-color: rgb(238,228,216); }
div.DivClassName
{
background-color: #EEE4D8;
}
.BgClassName
{
background-color: #EEE4D8;
}
</style>
border-color css
<style>
span { border-color: #EEE4D8; }
span { border-color: rgb(238,228,216); }
td.TdClassName
{
border-color: #EEE4D8;
}
.TagClassName
{
border-color: #EEE4D8;
}
</style>