Shades of Pot Pourri #EBDDD7
Tints of Pot Pourri #EBDDD7
RGB
CMYK
RGB Variations
Color information
#EBDDD7 (or 0xEBDDD7) is known color: Pot Pourri. HEX triplet: EB, DD and D7. RGB value is (235,221,215). Sum of RGB (Red+Green+Blue) = 235+221+215=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD7 is #142228. Grayscale: #E0E0E0. Windows color (decimal): -1319465 or 14147051. OLE color: 14147051.
HSL color Cylindrical-coordinate representation of color #EBDDD7: hue angle of 18º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDDD7 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 215 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.08 |
| HSL | 18º | 0.33% | 0.88% | - |
| HSV(B) | 18º | 0.09% | 0.92% | - |
| XYZ | 72.38 | 74.28 | 74.81 | - |
| YUV | 224.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 215 | 0 | 0.06 | 0.09 | 0.08 | 18 | 0.33 | 0.88 |
| Hex | EB | DD | D7 | 0 | 6 | 9 | 8 | 12 | 21 | 58 |
| Octal | 353 | 335 | 327 | 0 | 6 | 11 | 10 | 22 | 41 | 130 |
| Binary | 11101011 | 11011101 | 11010111 | 0 | 110 | 1001 | 1000 | 10010 | 100001 | 1011000 |
Color Harmonies of #EBDDD7
Complementary color
Monochromatic Colors of #EBDDD7
Black with #EBDDD7
Text Example
Text Example
White with #EBDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDD7; }
p { color: rgb(235,221,215); }
H1.HeaderClassName
{
color: #EBDDD7;
}
.AnyTagClassName
{
color: #EBDDD7;
}
</style>
background-color css
<style>
a { background-color: #EBDDD7; }
a { background-color: rgb(235,221,215); }
div.DivClassName
{
background-color: #EBDDD7;
}
.BgClassName
{
background-color: #EBDDD7;
}
</style>
border-color css
<style>
span { border-color: #EBDDD7; }
span { border-color: rgb(235,221,215); }
td.TdClassName
{
border-color: #EBDDD7;
}
.TagClassName
{
border-color: #EBDDD7;
}
</style>