Shades of Pampas #EDE4DA
Tints of Pampas #EDE4DA
RGB
CMYK
RGB Variations
Color information
#EDE4DA (or 0xEDE4DA) is known color: Pampas. HEX triplet: ED, E4 and DA. RGB value is (237,228,218). Sum of RGB (Red+Green+Blue) = 237+228+218=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4DA is #121B25. Grayscale: #E5E5E5. Windows color (decimal): -1186598 or 14345453. OLE color: 14345453.
HSL color Cylindrical-coordinate representation of color #EDE4DA: hue angle of 31.58º degrees, saturation: 0.35, 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 #EDE4DA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 228 | 218 | - |
CMYK | 0 | 0.04 | 0.08 | 0.07 |
HSL | 31.58º | 0.35% | 0.89% | - |
HSV(B) | 31.58º | 0.08% | 0.93% | - |
XYZ | 75.32 | 78.55 | 77.52 | - |
YUV | 229.55 | 121.48 | 133.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 228 | 218 | 0 | 0.04 | 0.08 | 0.07 | 31.58 | 0.35 | 0.89 |
Hex | ED | E4 | DA | 0 | 4 | 8 | 7 | 20 | 23 | 59 |
Octal | 355 | 344 | 332 | 0 | 4 | 10 | 7 | 40 | 43 | 131 |
Binary | 11101101 | 11100100 | 11011010 | 0 | 100 | 1000 | 111 | 100000 | 100011 | 1011001 |
Color Harmonies of #EDE4DA
Complementary color
Monochromatic Colors of #EDE4DA
Black with #EDE4DA
Text Example
Text Example
White with #EDE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4DA; }
p { color: rgb(237,228,218); }
H1.HeaderClassName
{
color: #EDE4DA;
}
.AnyTagClassName
{
color: #EDE4DA;
}
</style>
background-color css
<style>
a { background-color: #EDE4DA; }
a { background-color: rgb(237,228,218); }
div.DivClassName
{
background-color: #EDE4DA;
}
.BgClassName
{
background-color: #EDE4DA;
}
</style>
border-color css
<style>
span { border-color: #EDE4DA; }
span { border-color: rgb(237,228,218); }
td.TdClassName
{
border-color: #EDE4DA;
}
.TagClassName
{
border-color: #EDE4DA;
}
</style>