Shades of Pampas #ECE5DC
Tints of Pampas #ECE5DC
RGB
CMYK
RGB Variations
Color information
#ECE5DC (or 0xECE5DC) is known color: Pampas. HEX triplet: EC, E5 and DC. RGB value is (236,229,220). Sum of RGB (Red+Green+Blue) = 236+229+220=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5DC is #131A23. Grayscale: #E6E6E6. Windows color (decimal): -1251876 or 14476780. OLE color: 14476780.
HSL color Cylindrical-coordinate representation of color #ECE5DC: hue angle of 33.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE5DC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 220 | - |
CMYK | 0 | 0.03 | 0.07 | 0.07 |
HSL | 33.75º | 0.3% | 0.89% | - |
HSV(B) | 33.75º | 0.07% | 0.93% | - |
XYZ | 75.53 | 79.04 | 78.99 | - |
YUV | 230.07 | 122.32 | 132.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 220 | 0 | 0.03 | 0.07 | 0.07 | 33.75 | 0.3 | 0.89 |
Hex | EC | E5 | DC | 0 | 3 | 7 | 7 | 22 | 1E | 59 |
Octal | 354 | 345 | 334 | 0 | 3 | 7 | 7 | 42 | 36 | 131 |
Binary | 11101100 | 11100101 | 11011100 | 0 | 11 | 111 | 111 | 100010 | 11110 | 1011001 |
Color Harmonies of #ECE5DC
Complementary color
Monochromatic Colors of #ECE5DC
Black with #ECE5DC
Text Example
Text Example
White with #ECE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5DC; }
p { color: rgb(236,229,220); }
H1.HeaderClassName
{
color: #ECE5DC;
}
.AnyTagClassName
{
color: #ECE5DC;
}
</style>
background-color css
<style>
a { background-color: #ECE5DC; }
a { background-color: rgb(236,229,220); }
div.DivClassName
{
background-color: #ECE5DC;
}
.BgClassName
{
background-color: #ECE5DC;
}
</style>
border-color css
<style>
span { border-color: #ECE5DC; }
span { border-color: rgb(236,229,220); }
td.TdClassName
{
border-color: #ECE5DC;
}
.TagClassName
{
border-color: #ECE5DC;
}
</style>