Shades of Pot Pourri #EED5CD
Tints of Pot Pourri #EED5CD
RGB
CMYK
RGB Variations
Color information
#EED5CD (or 0xEED5CD) is known color: Pot Pourri. HEX triplet: EE, D5 and CD. RGB value is (238,213,205). Sum of RGB (Red+Green+Blue) = 238+213+205=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5CD is #112A32. Grayscale: #DBDBDB. Windows color (decimal): -1124915 or 13489646. OLE color: 13489646.
HSL color Cylindrical-coordinate representation of color #EED5CD: hue angle of 14.55º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED5CD is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 205 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.07 |
| HSL | 14.55º | 0.49% | 0.87% | - |
| HSV(B) | 14.55º | 0.14% | 0.93% | - |
| XYZ | 70.07 | 70.17 | 67.61 | - |
| YUV | 219.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 205 | 0 | 0.11 | 0.14 | 0.07 | 14.55 | 0.49 | 0.87 |
| Hex | EE | D5 | CD | 0 | B | E | 7 | F | 31 | 57 |
| Octal | 356 | 325 | 315 | 0 | 13 | 16 | 7 | 17 | 61 | 127 |
| Binary | 11101110 | 11010101 | 11001101 | 0 | 1011 | 1110 | 111 | 1111 | 110001 | 1010111 |
Color Harmonies of #EED5CD
Complementary color
Monochromatic Colors of #EED5CD
Black with #EED5CD
Text Example
Text Example
White with #EED5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5CD; }
p { color: rgb(238,213,205); }
H1.HeaderClassName
{
color: #EED5CD;
}
.AnyTagClassName
{
color: #EED5CD;
}
</style>
background-color css
<style>
a { background-color: #EED5CD; }
a { background-color: rgb(238,213,205); }
div.DivClassName
{
background-color: #EED5CD;
}
.BgClassName
{
background-color: #EED5CD;
}
</style>
border-color css
<style>
span { border-color: #EED5CD; }
span { border-color: rgb(238,213,205); }
td.TdClassName
{
border-color: #EED5CD;
}
.TagClassName
{
border-color: #EED5CD;
}
</style>