Shades of Pampas #ECE4DA
Tints of Pampas #ECE4DA
RGB
CMYK
RGB Variations
Color information
#ECE4DA (or 0xECE4DA) is known color: Pampas. HEX triplet: EC, E4 and DA. RGB value is (236,228,218). Sum of RGB (Red+Green+Blue) = 236+228+218=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4DA is #131B25. Grayscale: #E5E5E5. Windows color (decimal): -1252134 or 14345452. OLE color: 14345452.
HSL color Cylindrical-coordinate representation of color #ECE4DA: hue angle of 33.33º degrees, saturation: 0.32, 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 #ECE4DA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 218 | - |
CMYK | 0 | 0.03 | 0.08 | 0.07 |
HSL | 33.33º | 0.32% | 0.89% | - |
HSV(B) | 33.33º | 0.08% | 0.93% | - |
XYZ | 74.99 | 78.38 | 77.51 | - |
YUV | 229.25 | 121.65 | 132.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 218 | 0 | 0.03 | 0.08 | 0.07 | 33.33 | 0.32 | 0.89 |
Hex | EC | E4 | DA | 0 | 3 | 8 | 7 | 21 | 20 | 59 |
Octal | 354 | 344 | 332 | 0 | 3 | 10 | 7 | 41 | 40 | 131 |
Binary | 11101100 | 11100100 | 11011010 | 0 | 11 | 1000 | 111 | 100001 | 100000 | 1011001 |
Color Harmonies of #ECE4DA
Complementary color
Monochromatic Colors of #ECE4DA
Black with #ECE4DA
Text Example
Text Example
White with #ECE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4DA; }
p { color: rgb(236,228,218); }
H1.HeaderClassName
{
color: #ECE4DA;
}
.AnyTagClassName
{
color: #ECE4DA;
}
</style>
background-color css
<style>
a { background-color: #ECE4DA; }
a { background-color: rgb(236,228,218); }
div.DivClassName
{
background-color: #ECE4DA;
}
.BgClassName
{
background-color: #ECE4DA;
}
</style>
border-color css
<style>
span { border-color: #ECE4DA; }
span { border-color: rgb(236,228,218); }
td.TdClassName
{
border-color: #ECE4DA;
}
.TagClassName
{
border-color: #ECE4DA;
}
</style>