Shades of Pale Rose #E7D8D9
Tints of Pale Rose #E7D8D9
RGB
CMYK
RGB Variations
Color information
#E7D8D9 (or 0xE7D8D9) is known color: Pale Rose. HEX triplet: E7, D8 and D9. RGB value is (231,216,217). Sum of RGB (Red+Green+Blue) = 231+216+217=664 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.79% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8D9 is #182726. Grayscale: #DCDCDC. Windows color (decimal): -1582887 or 14276839. OLE color: 14276839.
HSL color Cylindrical-coordinate representation of color #E7D8D9: hue angle of 356º degrees, saturation: 0.24, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7D8D9 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 217 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.09 |
| HSL | 356º | 0.24% | 0.88% | - |
| HSV(B) | 356º | 0.06% | 0.91% | - |
| XYZ | 70.04 | 71.11 | 75.68 | - |
| YUV | 220.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 217 | 0 | 0.06 | 0.06 | 0.09 | 356 | 0.24 | 0.88 |
| Hex | E7 | D8 | D9 | 0 | 6 | 6 | 9 | 164 | 18 | 58 |
| Octal | 347 | 330 | 331 | 0 | 6 | 6 | 11 | 544 | 30 | 130 |
| Binary | 11100111 | 11011000 | 11011001 | 0 | 110 | 110 | 1001 | 101100100 | 11000 | 1011000 |
Color Harmonies of #E7D8D9
Complementary color
Monochromatic Colors of #E7D8D9
Black with #E7D8D9
Text Example
Text Example
White with #E7D8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8D9; }
p { color: rgb(231,216,217); }
H1.HeaderClassName
{
color: #E7D8D9;
}
.AnyTagClassName
{
color: #E7D8D9;
}
</style>
background-color css
<style>
a { background-color: #E7D8D9; }
a { background-color: rgb(231,216,217); }
div.DivClassName
{
background-color: #E7D8D9;
}
.BgClassName
{
background-color: #E7D8D9;
}
</style>
border-color css
<style>
span { border-color: #E7D8D9; }
span { border-color: rgb(231,216,217); }
td.TdClassName
{
border-color: #E7D8D9;
}
.TagClassName
{
border-color: #E7D8D9;
}
</style>