Shades of Pot Pourri #EDDFDA
Tints of Pot Pourri #EDDFDA
RGB
CMYK
RGB Variations
Color information
#EDDFDA (or 0xEDDFDA) is known color: Pot Pourri. HEX triplet: ED, DF and DA. RGB value is (237,223,218). Sum of RGB (Red+Green+Blue) = 237+223+218=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFDA is #122025. Grayscale: #E2E2E2. Windows color (decimal): -1187878 or 14344173. OLE color: 14344173.
HSL color Cylindrical-coordinate representation of color #EDDFDA: hue angle of 15.79º degrees, saturation: 0.35, 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 #EDDFDA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 218 | - |
CMYK | 0 | 0.06 | 0.08 | 0.07 |
HSL | 15.79º | 0.35% | 0.89% | - |
HSV(B) | 15.79º | 0.08% | 0.93% | - |
XYZ | 73.97 | 75.84 | 77.07 | - |
YUV | 226.62 | 123.14 | 135.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 218 | 0 | 0.06 | 0.08 | 0.07 | 15.79 | 0.35 | 0.89 |
Hex | ED | DF | DA | 0 | 6 | 8 | 7 | 10 | 23 | 59 |
Octal | 355 | 337 | 332 | 0 | 6 | 10 | 7 | 20 | 43 | 131 |
Binary | 11101101 | 11011111 | 11011010 | 0 | 110 | 1000 | 111 | 10000 | 100011 | 1011001 |
Color Harmonies of #EDDFDA
Complementary color
Monochromatic Colors of #EDDFDA
Black with #EDDFDA
Text Example
Text Example
White with #EDDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFDA; }
p { color: rgb(237,223,218); }
H1.HeaderClassName
{
color: #EDDFDA;
}
.AnyTagClassName
{
color: #EDDFDA;
}
</style>
background-color css
<style>
a { background-color: #EDDFDA; }
a { background-color: rgb(237,223,218); }
div.DivClassName
{
background-color: #EDDFDA;
}
.BgClassName
{
background-color: #EDDFDA;
}
</style>
border-color css
<style>
span { border-color: #EDDFDA; }
span { border-color: rgb(237,223,218); }
td.TdClassName
{
border-color: #EDDFDA;
}
.TagClassName
{
border-color: #EDDFDA;
}
</style>