Shades of Pampas #ECE4DB
Tints of Pampas #ECE4DB
RGB
CMYK
RGB Variations
Color information
#ECE4DB (or 0xECE4DB) is known color: Pampas. HEX triplet: EC, E4 and DB. RGB value is (236,228,219). Sum of RGB (Red+Green+Blue) = 236+228+219=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4DB is #131B24. Grayscale: #E5E5E5. Windows color (decimal): -1252133 or 14410988. OLE color: 14410988.
HSL color Cylindrical-coordinate representation of color #ECE4DB: hue angle of 31.76º degrees, saturation: 0.31, 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 #ECE4DB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 219 | - |
CMYK | 0 | 0.03 | 0.07 | 0.07 |
HSL | 31.76º | 0.31% | 0.89% | - |
HSV(B) | 31.76º | 0.07% | 0.93% | - |
XYZ | 75.12 | 78.43 | 78.2 | - |
YUV | 229.37 | 122.15 | 132.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 219 | 0 | 0.03 | 0.07 | 0.07 | 31.76 | 0.31 | 0.89 |
Hex | EC | E4 | DB | 0 | 3 | 7 | 7 | 20 | 1F | 59 |
Octal | 354 | 344 | 333 | 0 | 3 | 7 | 7 | 40 | 37 | 131 |
Binary | 11101100 | 11100100 | 11011011 | 0 | 11 | 111 | 111 | 100000 | 11111 | 1011001 |
Color Harmonies of #ECE4DB
Complementary color
Monochromatic Colors of #ECE4DB
Black with #ECE4DB
Text Example
Text Example
White with #ECE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4DB; }
p { color: rgb(236,228,219); }
H1.HeaderClassName
{
color: #ECE4DB;
}
.AnyTagClassName
{
color: #ECE4DB;
}
</style>
background-color css
<style>
a { background-color: #ECE4DB; }
a { background-color: rgb(236,228,219); }
div.DivClassName
{
background-color: #ECE4DB;
}
.BgClassName
{
background-color: #ECE4DB;
}
</style>
border-color css
<style>
span { border-color: #ECE4DB; }
span { border-color: rgb(236,228,219); }
td.TdClassName
{
border-color: #ECE4DB;
}
.TagClassName
{
border-color: #ECE4DB;
}
</style>