Shades of Pale Rose #E7D9DD
Tints of Pale Rose #E7D9DD
RGB
CMYK
RGB Variations
Color information
#E7D9DD (or 0xE7D9DD) is known color: Pale Rose. HEX triplet: E7, D9 and DD. RGB value is (231,217,221). Sum of RGB (Red+Green+Blue) = 231+217+221=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9DD is #182622. Grayscale: #DDDDDD. Windows color (decimal): -1582627 or 14539239. OLE color: 14539239.
HSL color Cylindrical-coordinate representation of color #E7D9DD: hue angle of 342.86º degrees, saturation: 0.23, 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 #E7D9DD is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 221 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.09 |
| HSL | 342.86º | 0.23% | 0.88% | - |
| HSV(B) | 342.86º | 0.06% | 0.91% | - |
| XYZ | 70.82 | 71.84 | 78.54 | - |
| YUV | 221.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 221 | 0 | 0.06 | 0.04 | 0.09 | 342.86 | 0.23 | 0.88 |
| Hex | E7 | D9 | DD | 0 | 6 | 4 | 9 | 157 | 17 | 58 |
| Octal | 347 | 331 | 335 | 0 | 6 | 4 | 11 | 527 | 27 | 130 |
| Binary | 11100111 | 11011001 | 11011101 | 0 | 110 | 100 | 1001 | 101010111 | 10111 | 1011000 |
Color Harmonies of #E7D9DD
Complementary color
Monochromatic Colors of #E7D9DD
Black with #E7D9DD
Text Example
Text Example
White with #E7D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9DD; }
p { color: rgb(231,217,221); }
H1.HeaderClassName
{
color: #E7D9DD;
}
.AnyTagClassName
{
color: #E7D9DD;
}
</style>
background-color css
<style>
a { background-color: #E7D9DD; }
a { background-color: rgb(231,217,221); }
div.DivClassName
{
background-color: #E7D9DD;
}
.BgClassName
{
background-color: #E7D9DD;
}
</style>
border-color css
<style>
span { border-color: #E7D9DD; }
span { border-color: rgb(231,217,221); }
td.TdClassName
{
border-color: #E7D9DD;
}
.TagClassName
{
border-color: #E7D9DD;
}
</style>