Shades of Pale Rose #E7D1D5
Tints of Pale Rose #E7D1D5
RGB
CMYK
RGB Variations
Color information
#E7D1D5 (or 0xE7D1D5) is known color: Pale Rose. HEX triplet: E7, D1 and D5. RGB value is (231,209,213). Sum of RGB (Red+Green+Blue) = 231+209+213=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1D5 is #182E2A. Grayscale: #D8D8D8. Windows color (decimal): -1584683 or 14012903. OLE color: 14012903.
HSL color Cylindrical-coordinate representation of color #E7D1D5: hue angle of 349.09º 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 #E7D1D5 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 209 | 213 | - |
CMYK | 0 | 0.10 | 0.08 | 0.09 |
HSL | 349.09º | 0.31% | 0.86% | - |
HSV(B) | 349.09º | 0.1% | 0.91% | - |
XYZ | 67.77 | 67.39 | 72.39 | - |
YUV | 216.03 | 126.29 | 138.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 209 | 213 | 0 | 0.10 | 0.08 | 0.09 | 349.09 | 0.31 | 0.86 |
Hex | E7 | D1 | D5 | 0 | A | 8 | 9 | 15D | 1F | 56 |
Octal | 347 | 321 | 325 | 0 | 12 | 10 | 11 | 535 | 37 | 126 |
Binary | 11100111 | 11010001 | 11010101 | 0 | 1010 | 1000 | 1001 | 101011101 | 11111 | 1010110 |
Color Harmonies of #E7D1D5
Complementary color
Monochromatic Colors of #E7D1D5
Black with #E7D1D5
Text Example
Text Example
White with #E7D1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1D5; }
p { color: rgb(231,209,213); }
H1.HeaderClassName
{
color: #E7D1D5;
}
.AnyTagClassName
{
color: #E7D1D5;
}
</style>
background-color css
<style>
a { background-color: #E7D1D5; }
a { background-color: rgb(231,209,213); }
div.DivClassName
{
background-color: #E7D1D5;
}
.BgClassName
{
background-color: #E7D1D5;
}
</style>
border-color css
<style>
span { border-color: #E7D1D5; }
span { border-color: rgb(231,209,213); }
td.TdClassName
{
border-color: #E7D1D5;
}
.TagClassName
{
border-color: #E7D1D5;
}
</style>