Shades of Pot Pourri #EDDCD4
Tints of Pot Pourri #EDDCD4
RGB
CMYK
RGB Variations
Color information
#EDDCD4 (or 0xEDDCD4) is known color: Pot Pourri. HEX triplet: ED, DC and D4. RGB value is (237,220,212). Sum of RGB (Red+Green+Blue) = 237+220+212=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD4 is #12232B. Grayscale: #E0E0E0. Windows color (decimal): -1188652 or 13950189. OLE color: 13950189.
HSL color Cylindrical-coordinate representation of color #EDDCD4: hue angle of 19.2º 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 #EDDCD4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 220 | 212 | - |
CMYK | 0 | 0.07 | 0.11 | 0.07 |
HSL | 19.2º | 0.41% | 0.88% | - |
HSV(B) | 19.2º | 0.11% | 0.93% | - |
XYZ | 72.4 | 73.94 | 72.74 | - |
YUV | 224.17 | 121.13 | 137.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 220 | 212 | 0 | 0.07 | 0.11 | 0.07 | 19.2 | 0.41 | 0.88 |
Hex | ED | DC | D4 | 0 | 7 | B | 7 | 13 | 29 | 58 |
Octal | 355 | 334 | 324 | 0 | 7 | 13 | 7 | 23 | 51 | 130 |
Binary | 11101101 | 11011100 | 11010100 | 0 | 111 | 1011 | 111 | 10011 | 101001 | 1011000 |
Color Harmonies of #EDDCD4
Complementary color
Monochromatic Colors of #EDDCD4
Black with #EDDCD4
Text Example
Text Example
White with #EDDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCD4; }
p { color: rgb(237,220,212); }
H1.HeaderClassName
{
color: #EDDCD4;
}
.AnyTagClassName
{
color: #EDDCD4;
}
</style>
background-color css
<style>
a { background-color: #EDDCD4; }
a { background-color: rgb(237,220,212); }
div.DivClassName
{
background-color: #EDDCD4;
}
.BgClassName
{
background-color: #EDDCD4;
}
</style>
border-color css
<style>
span { border-color: #EDDCD4; }
span { border-color: rgb(237,220,212); }
td.TdClassName
{
border-color: #EDDCD4;
}
.TagClassName
{
border-color: #EDDCD4;
}
</style>