Shades of Pot Pourri #EDDDD5
Tints of Pot Pourri #EDDDD5
RGB
CMYK
RGB Variations
Color information
#EDDDD5 (or 0xEDDDD5) is known color: Pot Pourri. HEX triplet: ED, DD and D5. RGB value is (237,221,213). Sum of RGB (Red+Green+Blue) = 237+221+213=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD5 is #12222A. Grayscale: #E0E0E0. Windows color (decimal): -1188395 or 14015981. OLE color: 14015981.
HSL color Cylindrical-coordinate representation of color #EDDDD5: hue angle of 20º 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 #EDDDD5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 213 | - |
CMYK | 0 | 0.07 | 0.10 | 0.07 |
HSL | 20º | 0.4% | 0.88% | - |
HSV(B) | 20º | 0.1% | 0.93% | - |
XYZ | 72.79 | 74.52 | 73.5 | - |
YUV | 224.87 | 121.3 | 136.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 213 | 0 | 0.07 | 0.10 | 0.07 | 20 | 0.4 | 0.88 |
Hex | ED | DD | D5 | 0 | 7 | A | 7 | 14 | 28 | 58 |
Octal | 355 | 335 | 325 | 0 | 7 | 12 | 7 | 24 | 50 | 130 |
Binary | 11101101 | 11011101 | 11010101 | 0 | 111 | 1010 | 111 | 10100 | 101000 | 1011000 |
Color Harmonies of #EDDDD5
Complementary color
Monochromatic Colors of #EDDDD5
Black with #EDDDD5
Text Example
Text Example
White with #EDDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDD5; }
p { color: rgb(237,221,213); }
H1.HeaderClassName
{
color: #EDDDD5;
}
.AnyTagClassName
{
color: #EDDDD5;
}
</style>
background-color css
<style>
a { background-color: #EDDDD5; }
a { background-color: rgb(237,221,213); }
div.DivClassName
{
background-color: #EDDDD5;
}
.BgClassName
{
background-color: #EDDDD5;
}
</style>
border-color css
<style>
span { border-color: #EDDDD5; }
span { border-color: rgb(237,221,213); }
td.TdClassName
{
border-color: #EDDDD5;
}
.TagClassName
{
border-color: #EDDDD5;
}
</style>