Shades of Pot Pourri #EBDFDB
Tints of Pot Pourri #EBDFDB
RGB
CMYK
RGB Variations
Color information
#EBDFDB (or 0xEBDFDB) is known color: Pot Pourri. HEX triplet: EB, DF and DB. RGB value is (235,223,219). Sum of RGB (Red+Green+Blue) = 235+223+219=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFDB is #142024. Grayscale: #E2E2E2. Windows color (decimal): -1318949 or 14409707. OLE color: 14409707.
HSL color Cylindrical-coordinate representation of color #EBDFDB: hue angle of 15º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDFDB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 219 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.08 |
| HSL | 15º | 0.29% | 0.89% | - |
| HSV(B) | 15º | 0.07% | 0.92% | - |
| XYZ | 73.43 | 75.55 | 77.73 | - |
| YUV | 226.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 219 | 0 | 0.05 | 0.07 | 0.08 | 15 | 0.29 | 0.89 |
| Hex | EB | DF | DB | 0 | 5 | 7 | 8 | F | 1D | 59 |
| Octal | 353 | 337 | 333 | 0 | 5 | 7 | 10 | 17 | 35 | 131 |
| Binary | 11101011 | 11011111 | 11011011 | 0 | 101 | 111 | 1000 | 1111 | 11101 | 1011001 |
Color Harmonies of #EBDFDB
Complementary color
Monochromatic Colors of #EBDFDB
Black with #EBDFDB
Text Example
Text Example
White with #EBDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFDB; }
p { color: rgb(235,223,219); }
H1.HeaderClassName
{
color: #EBDFDB;
}
.AnyTagClassName
{
color: #EBDFDB;
}
</style>
background-color css
<style>
a { background-color: #EBDFDB; }
a { background-color: rgb(235,223,219); }
div.DivClassName
{
background-color: #EBDFDB;
}
.BgClassName
{
background-color: #EBDFDB;
}
</style>
border-color css
<style>
span { border-color: #EBDFDB; }
span { border-color: rgb(235,223,219); }
td.TdClassName
{
border-color: #EBDFDB;
}
.TagClassName
{
border-color: #EBDFDB;
}
</style>