Shades of Pot Pourri #EDDAD4
Tints of Pot Pourri #EDDAD4
RGB
CMYK
RGB Variations
Color information
#EDDAD4 (or 0xEDDAD4) is known color: Pot Pourri. HEX triplet: ED, DA and D4. RGB value is (237,218,212). Sum of RGB (Red+Green+Blue) = 237+218+212=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD4 is #12252B. Grayscale: #DFDFDF. Windows color (decimal): -1189164 or 13949677. OLE color: 13949677.
HSL color Cylindrical-coordinate representation of color #EDDAD4: hue angle of 14.4º 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 #EDDAD4 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 212 | - |
CMYK | 0 | 0.08 | 0.11 | 0.07 |
HSL | 14.4º | 0.41% | 0.88% | - |
HSV(B) | 14.4º | 0.11% | 0.93% | - |
XYZ | 71.88 | 72.9 | 72.57 | - |
YUV | 223 | 121.79 | 137.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 212 | 0 | 0.08 | 0.11 | 0.07 | 14.4 | 0.41 | 0.88 |
Hex | ED | DA | D4 | 0 | 8 | B | 7 | E | 29 | 58 |
Octal | 355 | 332 | 324 | 0 | 10 | 13 | 7 | 16 | 51 | 130 |
Binary | 11101101 | 11011010 | 11010100 | 0 | 1000 | 1011 | 111 | 1110 | 101001 | 1011000 |
Color Harmonies of #EDDAD4
Complementary color
Monochromatic Colors of #EDDAD4
Black with #EDDAD4
Text Example
Text Example
White with #EDDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDAD4; }
p { color: rgb(237,218,212); }
H1.HeaderClassName
{
color: #EDDAD4;
}
.AnyTagClassName
{
color: #EDDAD4;
}
</style>
background-color css
<style>
a { background-color: #EDDAD4; }
a { background-color: rgb(237,218,212); }
div.DivClassName
{
background-color: #EDDAD4;
}
.BgClassName
{
background-color: #EDDAD4;
}
</style>
border-color css
<style>
span { border-color: #EDDAD4; }
span { border-color: rgb(237,218,212); }
td.TdClassName
{
border-color: #EDDAD4;
}
.TagClassName
{
border-color: #EDDAD4;
}
</style>