Shades of Pot Pourri #EADBD3
Tints of Pot Pourri #EADBD3
RGB
CMYK
RGB Variations
Color information
#EADBD3 (or 0xEADBD3) is known color: Pot Pourri. HEX triplet: EA, DB and D3. RGB value is (234,219,211). Sum of RGB (Red+Green+Blue) = 234+219+211=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBD3 is #15242C. Grayscale: #DEDEDE. Windows color (decimal): -1385517 or 13884394. OLE color: 13884394.
HSL color Cylindrical-coordinate representation of color #EADBD3: hue angle of 20.87º degrees, saturation: 0.35, 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 #EADBD3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 211 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.08 |
| HSL | 20.87º | 0.35% | 0.87% | - |
| HSV(B) | 20.87º | 0.1% | 0.92% | - |
| XYZ | 71.02 | 72.86 | 71.95 | - |
| YUV | 222.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 211 | 0 | 0.06 | 0.10 | 0.08 | 20.87 | 0.35 | 0.87 |
| Hex | EA | DB | D3 | 0 | 6 | A | 8 | 15 | 23 | 57 |
| Octal | 352 | 333 | 323 | 0 | 6 | 12 | 10 | 25 | 43 | 127 |
| Binary | 11101010 | 11011011 | 11010011 | 0 | 110 | 1010 | 1000 | 10101 | 100011 | 1010111 |
Color Harmonies of #EADBD3
Complementary color
Monochromatic Colors of #EADBD3
Black with #EADBD3
Text Example
Text Example
White with #EADBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBD3; }
p { color: rgb(234,219,211); }
H1.HeaderClassName
{
color: #EADBD3;
}
.AnyTagClassName
{
color: #EADBD3;
}
</style>
background-color css
<style>
a { background-color: #EADBD3; }
a { background-color: rgb(234,219,211); }
div.DivClassName
{
background-color: #EADBD3;
}
.BgClassName
{
background-color: #EADBD3;
}
</style>
border-color css
<style>
span { border-color: #EADBD3; }
span { border-color: rgb(234,219,211); }
td.TdClassName
{
border-color: #EADBD3;
}
.TagClassName
{
border-color: #EADBD3;
}
</style>