Shades of Pot Pourri #EDDBD5
Tints of Pot Pourri #EDDBD5
RGB
CMYK
RGB Variations
Color information
#EDDBD5 (or 0xEDDBD5) is known color: Pot Pourri. HEX triplet: ED, DB and D5. RGB value is (237,219,213). Sum of RGB (Red+Green+Blue) = 237+219+213=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBD5 is #12242A. Grayscale: #DFDFDF. Windows color (decimal): -1188907 or 14015469. OLE color: 14015469.
HSL color Cylindrical-coordinate representation of color #EDDBD5: hue angle of 15º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDBD5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 213 | - |
CMYK | 0 | 0.08 | 0.10 | 0.07 |
HSL | 15º | 0.4% | 0.88% | - |
HSV(B) | 15º | 0.1% | 0.93% | - |
XYZ | 72.27 | 73.47 | 73.32 | - |
YUV | 223.7 | 121.96 | 137.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 213 | 0 | 0.08 | 0.10 | 0.07 | 15 | 0.4 | 0.88 |
Hex | ED | DB | D5 | 0 | 8 | A | 7 | F | 28 | 58 |
Octal | 355 | 333 | 325 | 0 | 10 | 12 | 7 | 17 | 50 | 130 |
Binary | 11101101 | 11011011 | 11010101 | 0 | 1000 | 1010 | 111 | 1111 | 101000 | 1011000 |
Color Harmonies of #EDDBD5
Complementary color
Monochromatic Colors of #EDDBD5
Black with #EDDBD5
Text Example
Text Example
White with #EDDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBD5; }
p { color: rgb(237,219,213); }
H1.HeaderClassName
{
color: #EDDBD5;
}
.AnyTagClassName
{
color: #EDDBD5;
}
</style>
background-color css
<style>
a { background-color: #EDDBD5; }
a { background-color: rgb(237,219,213); }
div.DivClassName
{
background-color: #EDDBD5;
}
.BgClassName
{
background-color: #EDDBD5;
}
</style>
border-color css
<style>
span { border-color: #EDDBD5; }
span { border-color: rgb(237,219,213); }
td.TdClassName
{
border-color: #EDDBD5;
}
.TagClassName
{
border-color: #EDDBD5;
}
</style>