Shades of Pale Rose #E7D3D4
Tints of Pale Rose #E7D3D4
RGB
CMYK
RGB Variations
Color information
#E7D3D4 (or 0xE7D3D4) is known color: Pale Rose. HEX triplet: E7, D3 and D4. RGB value is (231,211,212). Sum of RGB (Red+Green+Blue) = 231+211+212=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3D4 is #182C2B. Grayscale: #D9D9D9. Windows color (decimal): -1584172 or 13947879. OLE color: 13947879.
HSL color Cylindrical-coordinate representation of color #E7D3D4: hue angle of 357º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7D3D4 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 212 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.09 |
| HSL | 357º | 0.29% | 0.87% | - |
| HSV(B) | 357º | 0.09% | 0.91% | - |
| XYZ | 68.13 | 68.33 | 71.89 | - |
| YUV | 217.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 212 | 0 | 0.09 | 0.08 | 0.09 | 357 | 0.29 | 0.87 |
| Hex | E7 | D3 | D4 | 0 | 9 | 8 | 9 | 165 | 1D | 57 |
| Octal | 347 | 323 | 324 | 0 | 11 | 10 | 11 | 545 | 35 | 127 |
| Binary | 11100111 | 11010011 | 11010100 | 0 | 1001 | 1000 | 1001 | 101100101 | 11101 | 1010111 |
Color Harmonies of #E7D3D4
Complementary color
Monochromatic Colors of #E7D3D4
Black with #E7D3D4
Text Example
Text Example
White with #E7D3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D3D4; }
p { color: rgb(231,211,212); }
H1.HeaderClassName
{
color: #E7D3D4;
}
.AnyTagClassName
{
color: #E7D3D4;
}
</style>
background-color css
<style>
a { background-color: #E7D3D4; }
a { background-color: rgb(231,211,212); }
div.DivClassName
{
background-color: #E7D3D4;
}
.BgClassName
{
background-color: #E7D3D4;
}
</style>
border-color css
<style>
span { border-color: #E7D3D4; }
span { border-color: rgb(231,211,212); }
td.TdClassName
{
border-color: #E7D3D4;
}
.TagClassName
{
border-color: #E7D3D4;
}
</style>