Shades of Pampas #E6E2DD
Tints of Pampas #E6E2DD
RGB
CMYK
RGB Variations
Color information
#E6E2DD (or 0xE6E2DD) is known color: Pampas. HEX triplet: E6, E2 and DD. RGB value is (230,226,221). Sum of RGB (Red+Green+Blue) = 230+226+221=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2DD is #191D22. Grayscale: #E2E2E2. Windows color (decimal): -1645859 or 14541542. OLE color: 14541542.
HSL color Cylindrical-coordinate representation of color #E6E2DD: hue angle of 33.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6E2DD is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 226 | 221 | - |
CMYK | 0 | 0.02 | 0.04 | 0.10 |
HSL | 33.33º | 0.15% | 0.88% | - |
HSV(B) | 33.33º | 0.04% | 0.9% | - |
XYZ | 72.88 | 76.44 | 79.32 | - |
YUV | 226.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 226 | 221 | 0 | 0.02 | 0.04 | 0.10 | 33.33 | 0.15 | 0.88 |
Hex | E6 | E2 | DD | 0 | 2 | 4 | A | 21 | F | 58 |
Octal | 346 | 342 | 335 | 0 | 2 | 4 | 12 | 41 | 17 | 130 |
Binary | 11100110 | 11100010 | 11011101 | 0 | 10 | 100 | 1010 | 100001 | 1111 | 1011000 |
Color Harmonies of #E6E2DD
Complementary color
Monochromatic Colors of #E6E2DD
Black with #E6E2DD
Text Example
Text Example
White with #E6E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E2DD; }
p { color: rgb(230,226,221); }
H1.HeaderClassName
{
color: #E6E2DD;
}
.AnyTagClassName
{
color: #E6E2DD;
}
</style>
background-color css
<style>
a { background-color: #E6E2DD; }
a { background-color: rgb(230,226,221); }
div.DivClassName
{
background-color: #E6E2DD;
}
.BgClassName
{
background-color: #E6E2DD;
}
</style>
border-color css
<style>
span { border-color: #E6E2DD; }
span { border-color: rgb(230,226,221); }
td.TdClassName
{
border-color: #E6E2DD;
}
.TagClassName
{
border-color: #E6E2DD;
}
</style>