Shades of Pot Pourri #EBDCD3
Tints of Pot Pourri #EBDCD3
RGB
CMYK
RGB Variations
Color information
#EBDCD3 (or 0xEBDCD3) is known color: Pot Pourri. HEX triplet: EB, DC and D3. RGB value is (235,220,211). Sum of RGB (Red+Green+Blue) = 235+220+211=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD3 is #14232C. Grayscale: #DFDFDF. Windows color (decimal): -1319725 or 13884651. OLE color: 13884651.
HSL color Cylindrical-coordinate representation of color #EBDCD3: hue angle of 22.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBDCD3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 211 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.08 |
| HSL | 22.5º | 0.38% | 0.87% | - |
| HSV(B) | 22.5º | 0.1% | 0.92% | - |
| XYZ | 71.61 | 73.55 | 72.05 | - |
| YUV | 223.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 211 | 0 | 0.06 | 0.10 | 0.08 | 22.5 | 0.38 | 0.87 |
| Hex | EB | DC | D3 | 0 | 6 | A | 8 | 16 | 26 | 57 |
| Octal | 353 | 334 | 323 | 0 | 6 | 12 | 10 | 26 | 46 | 127 |
| Binary | 11101011 | 11011100 | 11010011 | 0 | 110 | 1010 | 1000 | 10110 | 100110 | 1010111 |
Color Harmonies of #EBDCD3
Complementary color
Monochromatic Colors of #EBDCD3
Black with #EBDCD3
Text Example
Text Example
White with #EBDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCD3; }
p { color: rgb(235,220,211); }
H1.HeaderClassName
{
color: #EBDCD3;
}
.AnyTagClassName
{
color: #EBDCD3;
}
</style>
background-color css
<style>
a { background-color: #EBDCD3; }
a { background-color: rgb(235,220,211); }
div.DivClassName
{
background-color: #EBDCD3;
}
.BgClassName
{
background-color: #EBDCD3;
}
</style>
border-color css
<style>
span { border-color: #EBDCD3; }
span { border-color: rgb(235,220,211); }
td.TdClassName
{
border-color: #EBDCD3;
}
.TagClassName
{
border-color: #EBDCD3;
}
</style>