Shades of Pot Pourri #EBDDD8
Tints of Pot Pourri #EBDDD8
RGB
CMYK
RGB Variations
Color information
#EBDDD8 (or 0xEBDDD8) is known color: Pot Pourri. HEX triplet: EB, DD and D8. RGB value is (235,221,216). Sum of RGB (Red+Green+Blue) = 235+221+216=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD8 is #142227. Grayscale: #E0E0E0. Windows color (decimal): -1319464 or 14212587. OLE color: 14212587.
HSL color Cylindrical-coordinate representation of color #EBDDD8: hue angle of 15.79º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBDDD8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 216 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.08 |
| HSL | 15.79º | 0.32% | 0.88% | - |
| HSV(B) | 15.79º | 0.08% | 0.92% | - |
| XYZ | 72.51 | 74.33 | 75.49 | - |
| YUV | 224.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 216 | 0 | 0.06 | 0.08 | 0.08 | 15.79 | 0.32 | 0.88 |
| Hex | EB | DD | D8 | 0 | 6 | 8 | 8 | 10 | 20 | 58 |
| Octal | 353 | 335 | 330 | 0 | 6 | 10 | 10 | 20 | 40 | 130 |
| Binary | 11101011 | 11011101 | 11011000 | 0 | 110 | 1000 | 1000 | 10000 | 100000 | 1011000 |
Color Harmonies of #EBDDD8
Complementary color
Monochromatic Colors of #EBDDD8
Black with #EBDDD8
Text Example
Text Example
White with #EBDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDD8; }
p { color: rgb(235,221,216); }
H1.HeaderClassName
{
color: #EBDDD8;
}
.AnyTagClassName
{
color: #EBDDD8;
}
</style>
background-color css
<style>
a { background-color: #EBDDD8; }
a { background-color: rgb(235,221,216); }
div.DivClassName
{
background-color: #EBDDD8;
}
.BgClassName
{
background-color: #EBDDD8;
}
</style>
border-color css
<style>
span { border-color: #EBDDD8; }
span { border-color: rgb(235,221,216); }
td.TdClassName
{
border-color: #EBDDD8;
}
.TagClassName
{
border-color: #EBDDD8;
}
</style>