Shades of Pot Pourri #EDDDD9
Tints of Pot Pourri #EDDDD9
RGB
CMYK
RGB Variations
Color information
#EDDDD9 (or 0xEDDDD9) is known color: Pot Pourri. HEX triplet: ED, DD and D9. RGB value is (237,221,217). Sum of RGB (Red+Green+Blue) = 237+221+217=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD9 is #122226. Grayscale: #E1E1E1. Windows color (decimal): -1188391 or 14278125. OLE color: 14278125.
HSL color Cylindrical-coordinate representation of color #EDDDD9: hue angle of 12º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDDD9 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 217 | - |
CMYK | 0 | 0.07 | 0.08 | 0.07 |
HSL | 12º | 0.36% | 0.89% | - |
HSV(B) | 12º | 0.08% | 0.93% | - |
XYZ | 73.31 | 74.73 | 76.21 | - |
YUV | 225.33 | 123.3 | 136.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 217 | 0 | 0.07 | 0.08 | 0.07 | 12 | 0.36 | 0.89 |
Hex | ED | DD | D9 | 0 | 7 | 8 | 7 | C | 24 | 59 |
Octal | 355 | 335 | 331 | 0 | 7 | 10 | 7 | 14 | 44 | 131 |
Binary | 11101101 | 11011101 | 11011001 | 0 | 111 | 1000 | 111 | 1100 | 100100 | 1011001 |
Color Harmonies of #EDDDD9
Complementary color
Monochromatic Colors of #EDDDD9
Black with #EDDDD9
Text Example
Text Example
White with #EDDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDD9; }
p { color: rgb(237,221,217); }
H1.HeaderClassName
{
color: #EDDDD9;
}
.AnyTagClassName
{
color: #EDDDD9;
}
</style>
background-color css
<style>
a { background-color: #EDDDD9; }
a { background-color: rgb(237,221,217); }
div.DivClassName
{
background-color: #EDDDD9;
}
.BgClassName
{
background-color: #EDDDD9;
}
</style>
border-color css
<style>
span { border-color: #EDDDD9; }
span { border-color: rgb(237,221,217); }
td.TdClassName
{
border-color: #EDDDD9;
}
.TagClassName
{
border-color: #EDDDD9;
}
</style>