Shades of Pale Rose #E0D8D9
Tints of Pale Rose #E0D8D9
RGB
CMYK
RGB Variations
Color information
#E0D8D9 (or 0xE0D8D9) is known color: Pale Rose. HEX triplet: E0, D8 and D9. RGB value is (224,216,217). Sum of RGB (Red+Green+Blue) = 224+216+217=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8D9 is #1F2726. Grayscale: #DADADA. Windows color (decimal): -2041639 or 14276832. OLE color: 14276832.
HSL color Cylindrical-coordinate representation of color #E0D8D9: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0D8D9 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 217 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.12 |
| HSL | 352.5º | 0.11% | 0.86% | - |
| HSV(B) | 352.5º | 0.04% | 0.88% | - |
| XYZ | 67.82 | 69.97 | 75.58 | - |
| YUV | 218.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 217 | 0 | 0.04 | 0.03 | 0.12 | 352.5 | 0.11 | 0.86 |
| Hex | E0 | D8 | D9 | 0 | 4 | 3 | C | 160 | B | 56 |
| Octal | 340 | 330 | 331 | 0 | 4 | 3 | 14 | 540 | 13 | 126 |
| Binary | 11100000 | 11011000 | 11011001 | 0 | 100 | 11 | 1100 | 101100000 | 1011 | 1010110 |
Color Harmonies of #E0D8D9
Complementary color
Monochromatic Colors of #E0D8D9
Black with #E0D8D9
Text Example
Text Example
White with #E0D8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8D9; }
p { color: rgb(224,216,217); }
H1.HeaderClassName
{
color: #E0D8D9;
}
.AnyTagClassName
{
color: #E0D8D9;
}
</style>
background-color css
<style>
a { background-color: #E0D8D9; }
a { background-color: rgb(224,216,217); }
div.DivClassName
{
background-color: #E0D8D9;
}
.BgClassName
{
background-color: #E0D8D9;
}
</style>
border-color css
<style>
span { border-color: #E0D8D9; }
span { border-color: rgb(224,216,217); }
td.TdClassName
{
border-color: #E0D8D9;
}
.TagClassName
{
border-color: #E0D8D9;
}
</style>