Shades of Pale Rose #E7D6D9
Tints of Pale Rose #E7D6D9
RGB
CMYK
RGB Variations
Color information
#E7D6D9 (or 0xE7D6D9) is known color: Pale Rose. HEX triplet: E7, D6 and D9. RGB value is (231,214,217). Sum of RGB (Red+Green+Blue) = 231+214+217=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6D9 is #182926. Grayscale: #DBDBDB. Windows color (decimal): -1583399 or 14276327. OLE color: 14276327.
HSL color Cylindrical-coordinate representation of color #E7D6D9: hue angle of 349.41º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7D6D9 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 217 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.09 |
| HSL | 349.41º | 0.26% | 0.87% | - |
| HSV(B) | 349.41º | 0.07% | 0.91% | - |
| XYZ | 69.53 | 70.09 | 75.51 | - |
| YUV | 219.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 217 | 0 | 0.07 | 0.06 | 0.09 | 349.41 | 0.26 | 0.87 |
| Hex | E7 | D6 | D9 | 0 | 7 | 6 | 9 | 15D | 1A | 57 |
| Octal | 347 | 326 | 331 | 0 | 7 | 6 | 11 | 535 | 32 | 127 |
| Binary | 11100111 | 11010110 | 11011001 | 0 | 111 | 110 | 1001 | 101011101 | 11010 | 1010111 |
Color Harmonies of #E7D6D9
Complementary color
Monochromatic Colors of #E7D6D9
Black with #E7D6D9
Text Example
Text Example
White with #E7D6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D6D9; }
p { color: rgb(231,214,217); }
H1.HeaderClassName
{
color: #E7D6D9;
}
.AnyTagClassName
{
color: #E7D6D9;
}
</style>
background-color css
<style>
a { background-color: #E7D6D9; }
a { background-color: rgb(231,214,217); }
div.DivClassName
{
background-color: #E7D6D9;
}
.BgClassName
{
background-color: #E7D6D9;
}
</style>
border-color css
<style>
span { border-color: #E7D6D9; }
span { border-color: rgb(231,214,217); }
td.TdClassName
{
border-color: #E7D6D9;
}
.TagClassName
{
border-color: #E7D6D9;
}
</style>