Shades of Pale Rose #E7D1D6
Tints of Pale Rose #E7D1D6
RGB
CMYK
RGB Variations
Color information
#E7D1D6 (or 0xE7D1D6) is known color: Pale Rose. HEX triplet: E7, D1 and D6. RGB value is (231,209,214). Sum of RGB (Red+Green+Blue) = 231+209+214=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1D6 is #182E29. Grayscale: #D8D8D8. Windows color (decimal): -1584682 or 14078439. OLE color: 14078439.
HSL color Cylindrical-coordinate representation of color #E7D1D6: hue angle of 346.36º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D1D6 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 214 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.09 |
| HSL | 346.36º | 0.31% | 0.86% | - |
| HSV(B) | 346.36º | 0.1% | 0.91% | - |
| XYZ | 67.89 | 67.44 | 73.06 | - |
| YUV | 216.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 214 | 0 | 0.10 | 0.07 | 0.09 | 346.36 | 0.31 | 0.86 |
| Hex | E7 | D1 | D6 | 0 | A | 7 | 9 | 15A | 1F | 56 |
| Octal | 347 | 321 | 326 | 0 | 12 | 7 | 11 | 532 | 37 | 126 |
| Binary | 11100111 | 11010001 | 11010110 | 0 | 1010 | 111 | 1001 | 101011010 | 11111 | 1010110 |
Color Harmonies of #E7D1D6
Complementary color
Monochromatic Colors of #E7D1D6
Black with #E7D1D6
Text Example
Text Example
White with #E7D1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1D6; }
p { color: rgb(231,209,214); }
H1.HeaderClassName
{
color: #E7D1D6;
}
.AnyTagClassName
{
color: #E7D1D6;
}
</style>
background-color css
<style>
a { background-color: #E7D1D6; }
a { background-color: rgb(231,209,214); }
div.DivClassName
{
background-color: #E7D1D6;
}
.BgClassName
{
background-color: #E7D1D6;
}
</style>
border-color css
<style>
span { border-color: #E7D1D6; }
span { border-color: rgb(231,209,214); }
td.TdClassName
{
border-color: #E7D1D6;
}
.TagClassName
{
border-color: #E7D1D6;
}
</style>