Shades of Pot Pourri #EDDBD3
Tints of Pot Pourri #EDDBD3
RGB
CMYK
RGB Variations
Color information
#EDDBD3 (or 0xEDDBD3) is known color: Pot Pourri. HEX triplet: ED, DB and D3. RGB value is (237,219,211). Sum of RGB (Red+Green+Blue) = 237+219+211=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBD3 is #12242C. Grayscale: #DFDFDF. Windows color (decimal): -1188909 or 13884397. OLE color: 13884397.
HSL color Cylindrical-coordinate representation of color #EDDBD3: hue angle of 18.46º 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 #EDDBD3 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 211 | - |
CMYK | 0 | 0.08 | 0.11 | 0.07 |
HSL | 18.46º | 0.42% | 0.88% | - |
HSV(B) | 18.46º | 0.11% | 0.93% | - |
XYZ | 72.01 | 73.37 | 71.99 | - |
YUV | 223.47 | 120.96 | 137.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 211 | 0 | 0.08 | 0.11 | 0.07 | 18.46 | 0.42 | 0.88 |
Hex | ED | DB | D3 | 0 | 8 | B | 7 | 12 | 2A | 58 |
Octal | 355 | 333 | 323 | 0 | 10 | 13 | 7 | 22 | 52 | 130 |
Binary | 11101101 | 11011011 | 11010011 | 0 | 1000 | 1011 | 111 | 10010 | 101010 | 1011000 |
Color Harmonies of #EDDBD3
Complementary color
Monochromatic Colors of #EDDBD3
Black with #EDDBD3
Text Example
Text Example
White with #EDDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBD3; }
p { color: rgb(237,219,211); }
H1.HeaderClassName
{
color: #EDDBD3;
}
.AnyTagClassName
{
color: #EDDBD3;
}
</style>
background-color css
<style>
a { background-color: #EDDBD3; }
a { background-color: rgb(237,219,211); }
div.DivClassName
{
background-color: #EDDBD3;
}
.BgClassName
{
background-color: #EDDBD3;
}
</style>
border-color css
<style>
span { border-color: #EDDBD3; }
span { border-color: rgb(237,219,211); }
td.TdClassName
{
border-color: #EDDBD3;
}
.TagClassName
{
border-color: #EDDBD3;
}
</style>