Shades of Pot Pourri #EDDFD9
Tints of Pot Pourri #EDDFD9
RGB
CMYK
RGB Variations
Color information
#EDDFD9 (or 0xEDDFD9) is known color: Pot Pourri. HEX triplet: ED, DF and D9. RGB value is (237,223,217). Sum of RGB (Red+Green+Blue) = 237+223+217=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFD9 is #122026. Grayscale: #E2E2E2. Windows color (decimal): -1187879 or 14278637. OLE color: 14278637.
HSL color Cylindrical-coordinate representation of color #EDDFD9: hue angle of 18º 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 #EDDFD9 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 217 | - |
CMYK | 0 | 0.06 | 0.08 | 0.07 |
HSL | 18º | 0.36% | 0.89% | - |
HSV(B) | 18º | 0.08% | 0.93% | - |
XYZ | 73.84 | 75.79 | 76.38 | - |
YUV | 226.5 | 122.64 | 135.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 217 | 0 | 0.06 | 0.08 | 0.07 | 18 | 0.36 | 0.89 |
Hex | ED | DF | D9 | 0 | 6 | 8 | 7 | 12 | 24 | 59 |
Octal | 355 | 337 | 331 | 0 | 6 | 10 | 7 | 22 | 44 | 131 |
Binary | 11101101 | 11011111 | 11011001 | 0 | 110 | 1000 | 111 | 10010 | 100100 | 1011001 |
Color Harmonies of #EDDFD9
Complementary color
Monochromatic Colors of #EDDFD9
Black with #EDDFD9
Text Example
Text Example
White with #EDDFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFD9; }
p { color: rgb(237,223,217); }
H1.HeaderClassName
{
color: #EDDFD9;
}
.AnyTagClassName
{
color: #EDDFD9;
}
</style>
background-color css
<style>
a { background-color: #EDDFD9; }
a { background-color: rgb(237,223,217); }
div.DivClassName
{
background-color: #EDDFD9;
}
.BgClassName
{
background-color: #EDDFD9;
}
</style>
border-color css
<style>
span { border-color: #EDDFD9; }
span { border-color: rgb(237,223,217); }
td.TdClassName
{
border-color: #EDDFD9;
}
.TagClassName
{
border-color: #EDDFD9;
}
</style>