Shades of Pale Rose #E7D4D6
Tints of Pale Rose #E7D4D6
RGB
CMYK
RGB Variations
Color information
#E7D4D6 (or 0xE7D4D6) is known color: Pale Rose. HEX triplet: E7, D4 and D6. RGB value is (231,212,214). Sum of RGB (Red+Green+Blue) = 231+212+214=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4D6 is #182B29. Grayscale: #D9D9D9. Windows color (decimal): -1583914 or 14079207. OLE color: 14079207.
HSL color Cylindrical-coordinate representation of color #E7D4D6: hue angle of 353.68º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7D4D6 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 214 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.09 |
| HSL | 353.68º | 0.28% | 0.87% | - |
| HSV(B) | 353.68º | 0.08% | 0.91% | - |
| XYZ | 68.64 | 68.93 | 73.31 | - |
| YUV | 217.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 214 | 0 | 0.08 | 0.07 | 0.09 | 353.68 | 0.28 | 0.87 |
| Hex | E7 | D4 | D6 | 0 | 8 | 7 | 9 | 162 | 1C | 57 |
| Octal | 347 | 324 | 326 | 0 | 10 | 7 | 11 | 542 | 34 | 127 |
| Binary | 11100111 | 11010100 | 11010110 | 0 | 1000 | 111 | 1001 | 101100010 | 11100 | 1010111 |
Color Harmonies of #E7D4D6
Complementary color
Monochromatic Colors of #E7D4D6
Black with #E7D4D6
Text Example
Text Example
White with #E7D4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4D6; }
p { color: rgb(231,212,214); }
H1.HeaderClassName
{
color: #E7D4D6;
}
.AnyTagClassName
{
color: #E7D4D6;
}
</style>
background-color css
<style>
a { background-color: #E7D4D6; }
a { background-color: rgb(231,212,214); }
div.DivClassName
{
background-color: #E7D4D6;
}
.BgClassName
{
background-color: #E7D4D6;
}
</style>
border-color css
<style>
span { border-color: #E7D4D6; }
span { border-color: rgb(231,212,214); }
td.TdClassName
{
border-color: #E7D4D6;
}
.TagClassName
{
border-color: #E7D4D6;
}
</style>