Shades of Pale Rose #E2D7D9
Tints of Pale Rose #E2D7D9
RGB
CMYK
RGB Variations
Color information
#E2D7D9 (or 0xE2D7D9) is known color: Pale Rose. HEX triplet: E2, D7 and D9. RGB value is (226,215,217). Sum of RGB (Red+Green+Blue) = 226+215+217=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D7D9 is #1D2826. Grayscale: #DADADA. Windows color (decimal): -1910823 or 14276578. OLE color: 14276578.
HSL color Cylindrical-coordinate representation of color #E2D7D9: hue angle of 349.09º degrees, saturation: 0.16, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2D7D9 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 217 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.11 |
| HSL | 349.09º | 0.16% | 0.86% | - |
| HSV(B) | 349.09º | 0.05% | 0.89% | - |
| XYZ | 68.19 | 69.78 | 75.52 | - |
| YUV | 218.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 217 | 0 | 0.05 | 0.04 | 0.11 | 349.09 | 0.16 | 0.86 |
| Hex | E2 | D7 | D9 | 0 | 5 | 4 | B | 15D | 10 | 56 |
| Octal | 342 | 327 | 331 | 0 | 5 | 4 | 13 | 535 | 20 | 126 |
| Binary | 11100010 | 11010111 | 11011001 | 0 | 101 | 100 | 1011 | 101011101 | 10000 | 1010110 |
Color Harmonies of #E2D7D9
Complementary color
Monochromatic Colors of #E2D7D9
Black with #E2D7D9
Text Example
Text Example
White with #E2D7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D7D9; }
p { color: rgb(226,215,217); }
H1.HeaderClassName
{
color: #E2D7D9;
}
.AnyTagClassName
{
color: #E2D7D9;
}
</style>
background-color css
<style>
a { background-color: #E2D7D9; }
a { background-color: rgb(226,215,217); }
div.DivClassName
{
background-color: #E2D7D9;
}
.BgClassName
{
background-color: #E2D7D9;
}
</style>
border-color css
<style>
span { border-color: #E2D7D9; }
span { border-color: rgb(226,215,217); }
td.TdClassName
{
border-color: #E2D7D9;
}
.TagClassName
{
border-color: #E2D7D9;
}
</style>