Shades of Pot Pourri #EADCD5
Tints of Pot Pourri #EADCD5
RGB
CMYK
RGB Variations
Color information
#EADCD5 (or 0xEADCD5) is known color: Pot Pourri. HEX triplet: EA, DC and D5. RGB value is (234,220,213). Sum of RGB (Red+Green+Blue) = 234+220+213=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCD5 is #15232A. Grayscale: #DFDFDF. Windows color (decimal): -1385259 or 14015722. OLE color: 14015722.
HSL color Cylindrical-coordinate representation of color #EADCD5: hue angle of 20º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADCD5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 220 | 213 | - |
CMYK | 0 | 0.06 | 0.09 | 0.08 |
HSL | 20º | 0.33% | 0.88% | - |
HSV(B) | 20º | 0.09% | 0.92% | - |
XYZ | 71.54 | 73.48 | 73.36 | - |
YUV | 223.39 | 122.14 | 135.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 213 | 0 | 0.06 | 0.09 | 0.08 | 20 | 0.33 | 0.88 |
Hex | EA | DC | D5 | 0 | 6 | 9 | 8 | 14 | 21 | 58 |
Octal | 352 | 334 | 325 | 0 | 6 | 11 | 10 | 24 | 41 | 130 |
Binary | 11101010 | 11011100 | 11010101 | 0 | 110 | 1001 | 1000 | 10100 | 100001 | 1011000 |
Color Harmonies of #EADCD5
Complementary color
Monochromatic Colors of #EADCD5
Black with #EADCD5
Text Example
Text Example
White with #EADCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCD5; }
p { color: rgb(234,220,213); }
H1.HeaderClassName
{
color: #EADCD5;
}
.AnyTagClassName
{
color: #EADCD5;
}
</style>
background-color css
<style>
a { background-color: #EADCD5; }
a { background-color: rgb(234,220,213); }
div.DivClassName
{
background-color: #EADCD5;
}
.BgClassName
{
background-color: #EADCD5;
}
</style>
border-color css
<style>
span { border-color: #EADCD5; }
span { border-color: rgb(234,220,213); }
td.TdClassName
{
border-color: #EADCD5;
}
.TagClassName
{
border-color: #EADCD5;
}
</style>