Shades of Pot Pourri #EDDAD3
Tints of Pot Pourri #EDDAD3
RGB
CMYK
RGB Variations
Color information
#EDDAD3 (or 0xEDDAD3) is known color: Pot Pourri. HEX triplet: ED, DA and D3. RGB value is (237,218,211). Sum of RGB (Red+Green+Blue) = 237+218+211=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD3 is #12252C. Grayscale: #DEDEDE. Windows color (decimal): -1189165 or 13884141. OLE color: 13884141.
HSL color Cylindrical-coordinate representation of color #EDDAD3: hue angle of 16.15º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDDAD3 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 211 | - |
CMYK | 0 | 0.08 | 0.11 | 0.07 |
HSL | 16.15º | 0.42% | 0.88% | - |
HSV(B) | 16.15º | 0.11% | 0.93% | - |
XYZ | 71.75 | 72.85 | 71.91 | - |
YUV | 222.88 | 121.29 | 138.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 211 | 0 | 0.08 | 0.11 | 0.07 | 16.15 | 0.42 | 0.88 |
Hex | ED | DA | D3 | 0 | 8 | B | 7 | 10 | 2A | 58 |
Octal | 355 | 332 | 323 | 0 | 10 | 13 | 7 | 20 | 52 | 130 |
Binary | 11101101 | 11011010 | 11010011 | 0 | 1000 | 1011 | 111 | 10000 | 101010 | 1011000 |
Color Harmonies of #EDDAD3
Complementary color
Monochromatic Colors of #EDDAD3
Black with #EDDAD3
Text Example
Text Example
White with #EDDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDAD3; }
p { color: rgb(237,218,211); }
H1.HeaderClassName
{
color: #EDDAD3;
}
.AnyTagClassName
{
color: #EDDAD3;
}
</style>
background-color css
<style>
a { background-color: #EDDAD3; }
a { background-color: rgb(237,218,211); }
div.DivClassName
{
background-color: #EDDAD3;
}
.BgClassName
{
background-color: #EDDAD3;
}
</style>
border-color css
<style>
span { border-color: #EDDAD3; }
span { border-color: rgb(237,218,211); }
td.TdClassName
{
border-color: #EDDAD3;
}
.TagClassName
{
border-color: #EDDAD3;
}
</style>