Shades of Pot Pourri #EDDAD0
Tints of Pot Pourri #EDDAD0
RGB
CMYK
RGB Variations
Color information
#EDDAD0 (or 0xEDDAD0) is known color: Pot Pourri. HEX triplet: ED, DA and D0. RGB value is (237,218,208). Sum of RGB (Red+Green+Blue) = 237+218+208=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD0 is #12252F. Grayscale: #DEDEDE. Windows color (decimal): -1189168 or 13687533. OLE color: 13687533.
HSL color Cylindrical-coordinate representation of color #EDDAD0: hue angle of 20.69º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDAD0 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 208 | - |
CMYK | 0 | 0.08 | 0.12 | 0.07 |
HSL | 20.69º | 0.45% | 0.87% | - |
HSV(B) | 20.69º | 0.12% | 0.93% | - |
XYZ | 71.38 | 72.7 | 69.95 | - |
YUV | 222.54 | 119.79 | 138.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 208 | 0 | 0.08 | 0.12 | 0.07 | 20.69 | 0.45 | 0.87 |
Hex | ED | DA | D0 | 0 | 8 | C | 7 | 15 | 2D | 57 |
Octal | 355 | 332 | 320 | 0 | 10 | 14 | 7 | 25 | 55 | 127 |
Binary | 11101101 | 11011010 | 11010000 | 0 | 1000 | 1100 | 111 | 10101 | 101101 | 1010111 |
Color Harmonies of #EDDAD0
Complementary color
Monochromatic Colors of #EDDAD0
Black with #EDDAD0
Text Example
Text Example
White with #EDDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDAD0; }
p { color: rgb(237,218,208); }
H1.HeaderClassName
{
color: #EDDAD0;
}
.AnyTagClassName
{
color: #EDDAD0;
}
</style>
background-color css
<style>
a { background-color: #EDDAD0; }
a { background-color: rgb(237,218,208); }
div.DivClassName
{
background-color: #EDDAD0;
}
.BgClassName
{
background-color: #EDDAD0;
}
</style>
border-color css
<style>
span { border-color: #EDDAD0; }
span { border-color: rgb(237,218,208); }
td.TdClassName
{
border-color: #EDDAD0;
}
.TagClassName
{
border-color: #EDDAD0;
}
</style>