Shades of Pampas #EBE6DF
Tints of Pampas #EBE6DF
RGB
CMYK
RGB Variations
Color information
#EBE6DF (or 0xEBE6DF) is known color: Pampas. HEX triplet: EB, E6 and DF. RGB value is (235,230,223). Sum of RGB (Red+Green+Blue) = 235+230+223=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6DF is #141920. Grayscale: #E6E6E6. Windows color (decimal): -1317153 or 14673643. OLE color: 14673643.
HSL color Cylindrical-coordinate representation of color #EBE6DF: hue angle of 35º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE6DF is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 223 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.08 |
| HSL | 35º | 0.23% | 0.9% | - |
| HSV(B) | 35º | 0.05% | 0.92% | - |
| XYZ | 75.88 | 79.58 | 81.17 | - |
| YUV | 230.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 223 | 0 | 0.02 | 0.05 | 0.08 | 35 | 0.23 | 0.9 |
| Hex | EB | E6 | DF | 0 | 2 | 5 | 8 | 23 | 17 | 5A |
| Octal | 353 | 346 | 337 | 0 | 2 | 5 | 10 | 43 | 27 | 132 |
| Binary | 11101011 | 11100110 | 11011111 | 0 | 10 | 101 | 1000 | 100011 | 10111 | 1011010 |
Color Harmonies of #EBE6DF
Complementary color
Monochromatic Colors of #EBE6DF
Black with #EBE6DF
Text Example
Text Example
White with #EBE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6DF; }
p { color: rgb(235,230,223); }
H1.HeaderClassName
{
color: #EBE6DF;
}
.AnyTagClassName
{
color: #EBE6DF;
}
</style>
background-color css
<style>
a { background-color: #EBE6DF; }
a { background-color: rgb(235,230,223); }
div.DivClassName
{
background-color: #EBE6DF;
}
.BgClassName
{
background-color: #EBE6DF;
}
</style>
border-color css
<style>
span { border-color: #EBE6DF; }
span { border-color: rgb(235,230,223); }
td.TdClassName
{
border-color: #EBE6DF;
}
.TagClassName
{
border-color: #EBE6DF;
}
</style>