Shades of Pot Pourri #EBE0DD
Tints of Pot Pourri #EBE0DD
RGB
CMYK
RGB Variations
Color information
#EBE0DD (or 0xEBE0DD) is known color: Pot Pourri. HEX triplet: EB, E0 and DD. RGB value is (235,224,221). Sum of RGB (Red+Green+Blue) = 235+224+221=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0DD is #141F22. Grayscale: #E2E2E2. Windows color (decimal): -1318691 or 14541035. OLE color: 14541035.
HSL color Cylindrical-coordinate representation of color #EBE0DD: hue angle of 12.86º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBE0DD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 221 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.08 |
| HSL | 12.86º | 0.26% | 0.89% | - |
| HSV(B) | 12.86º | 0.06% | 0.92% | - |
| XYZ | 73.97 | 76.19 | 79.22 | - |
| YUV | 226.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 221 | 0 | 0.05 | 0.06 | 0.08 | 12.86 | 0.26 | 0.89 |
| Hex | EB | E0 | DD | 0 | 5 | 6 | 8 | D | 1A | 59 |
| Octal | 353 | 340 | 335 | 0 | 5 | 6 | 10 | 15 | 32 | 131 |
| Binary | 11101011 | 11100000 | 11011101 | 0 | 101 | 110 | 1000 | 1101 | 11010 | 1011001 |
Color Harmonies of #EBE0DD
Complementary color
Monochromatic Colors of #EBE0DD
Black with #EBE0DD
Text Example
Text Example
White with #EBE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0DD; }
p { color: rgb(235,224,221); }
H1.HeaderClassName
{
color: #EBE0DD;
}
.AnyTagClassName
{
color: #EBE0DD;
}
</style>
background-color css
<style>
a { background-color: #EBE0DD; }
a { background-color: rgb(235,224,221); }
div.DivClassName
{
background-color: #EBE0DD;
}
.BgClassName
{
background-color: #EBE0DD;
}
</style>
border-color css
<style>
span { border-color: #EBE0DD; }
span { border-color: rgb(235,224,221); }
td.TdClassName
{
border-color: #EBE0DD;
}
.TagClassName
{
border-color: #EBE0DD;
}
</style>