Shades of Pot Pourri #EDDBD4
Tints of Pot Pourri #EDDBD4
RGB
CMYK
RGB Variations
Color information
#EDDBD4 (or 0xEDDBD4) is known color: Pot Pourri. HEX triplet: ED, DB and D4. RGB value is (237,219,212). Sum of RGB (Red+Green+Blue) = 237+219+212=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBD4 is #12242B. Grayscale: #DFDFDF. Windows color (decimal): -1188908 or 13949933. OLE color: 13949933.
HSL color Cylindrical-coordinate representation of color #EDDBD4: hue angle of 16.8º degrees, saturation: 0.41, 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 #EDDBD4 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 212 | - |
CMYK | 0 | 0.08 | 0.11 | 0.07 |
HSL | 16.8º | 0.41% | 0.88% | - |
HSV(B) | 16.8º | 0.11% | 0.93% | - |
XYZ | 72.14 | 73.42 | 72.66 | - |
YUV | 223.58 | 121.46 | 137.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 212 | 0 | 0.08 | 0.11 | 0.07 | 16.8 | 0.41 | 0.88 |
Hex | ED | DB | D4 | 0 | 8 | B | 7 | 11 | 29 | 58 |
Octal | 355 | 333 | 324 | 0 | 10 | 13 | 7 | 21 | 51 | 130 |
Binary | 11101101 | 11011011 | 11010100 | 0 | 1000 | 1011 | 111 | 10001 | 101001 | 1011000 |
Color Harmonies of #EDDBD4
Complementary color
Monochromatic Colors of #EDDBD4
Black with #EDDBD4
Text Example
Text Example
White with #EDDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBD4; }
p { color: rgb(237,219,212); }
H1.HeaderClassName
{
color: #EDDBD4;
}
.AnyTagClassName
{
color: #EDDBD4;
}
</style>
background-color css
<style>
a { background-color: #EDDBD4; }
a { background-color: rgb(237,219,212); }
div.DivClassName
{
background-color: #EDDBD4;
}
.BgClassName
{
background-color: #EDDBD4;
}
</style>
border-color css
<style>
span { border-color: #EDDBD4; }
span { border-color: rgb(237,219,212); }
td.TdClassName
{
border-color: #EDDBD4;
}
.TagClassName
{
border-color: #EDDBD4;
}
</style>