Shades of Pot Pourri #EDDBD2
Tints of Pot Pourri #EDDBD2
RGB
CMYK
RGB Variations
Color information
#EDDBD2 (or 0xEDDBD2) is known color: Pot Pourri. HEX triplet: ED, DB and D2. RGB value is (237,219,210). Sum of RGB (Red+Green+Blue) = 237+219+210=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBD2 is #12242D. Grayscale: #DFDFDF. Windows color (decimal): -1188910 or 13818861. OLE color: 13818861.
HSL color Cylindrical-coordinate representation of color #EDDBD2: hue angle of 20º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDDBD2 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 210 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.07 |
| HSL | 20º | 0.43% | 0.88% | - |
| HSV(B) | 20º | 0.11% | 0.93% | - |
| XYZ | 71.89 | 73.32 | 71.34 | - |
| YUV | 223.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 210 | 0 | 0.08 | 0.11 | 0.07 | 20 | 0.43 | 0.88 |
| Hex | ED | DB | D2 | 0 | 8 | B | 7 | 14 | 2B | 58 |
| Octal | 355 | 333 | 322 | 0 | 10 | 13 | 7 | 24 | 53 | 130 |
| Binary | 11101101 | 11011011 | 11010010 | 0 | 1000 | 1011 | 111 | 10100 | 101011 | 1011000 |
Color Harmonies of #EDDBD2
Complementary color
Monochromatic Colors of #EDDBD2
Black with #EDDBD2
Text Example
Text Example
White with #EDDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBD2; }
p { color: rgb(237,219,210); }
H1.HeaderClassName
{
color: #EDDBD2;
}
.AnyTagClassName
{
color: #EDDBD2;
}
</style>
background-color css
<style>
a { background-color: #EDDBD2; }
a { background-color: rgb(237,219,210); }
div.DivClassName
{
background-color: #EDDBD2;
}
.BgClassName
{
background-color: #EDDBD2;
}
</style>
border-color css
<style>
span { border-color: #EDDBD2; }
span { border-color: rgb(237,219,210); }
td.TdClassName
{
border-color: #EDDBD2;
}
.TagClassName
{
border-color: #EDDBD2;
}
</style>