Shades of Pale Rose #E7D2D3
Tints of Pale Rose #E7D2D3
RGB
CMYK
RGB Variations
Color information
#E7D2D3 (or 0xE7D2D3) is known color: Pale Rose. HEX triplet: E7, D2 and D3. RGB value is (231,210,211). Sum of RGB (Red+Green+Blue) = 231+210+211=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2D3 is #182D2C. Grayscale: #D8D8D8. Windows color (decimal): -1584429 or 13882087. OLE color: 13882087.
HSL color Cylindrical-coordinate representation of color #E7D2D3: hue angle of 357.14º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7D2D3 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 211 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.09 |
| HSL | 357.14º | 0.3% | 0.86% | - |
| HSV(B) | 357.14º | 0.09% | 0.91% | - |
| XYZ | 67.76 | 67.79 | 71.14 | - |
| YUV | 216.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 211 | 0 | 0.09 | 0.09 | 0.09 | 357.14 | 0.3 | 0.86 |
| Hex | E7 | D2 | D3 | 0 | 9 | 9 | 9 | 165 | 1E | 56 |
| Octal | 347 | 322 | 323 | 0 | 11 | 11 | 11 | 545 | 36 | 126 |
| Binary | 11100111 | 11010010 | 11010011 | 0 | 1001 | 1001 | 1001 | 101100101 | 11110 | 1010110 |
Color Harmonies of #E7D2D3
Complementary color
Monochromatic Colors of #E7D2D3
Black with #E7D2D3
Text Example
Text Example
White with #E7D2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2D3; }
p { color: rgb(231,210,211); }
H1.HeaderClassName
{
color: #E7D2D3;
}
.AnyTagClassName
{
color: #E7D2D3;
}
</style>
background-color css
<style>
a { background-color: #E7D2D3; }
a { background-color: rgb(231,210,211); }
div.DivClassName
{
background-color: #E7D2D3;
}
.BgClassName
{
background-color: #E7D2D3;
}
</style>
border-color css
<style>
span { border-color: #E7D2D3; }
span { border-color: rgb(231,210,211); }
td.TdClassName
{
border-color: #E7D2D3;
}
.TagClassName
{
border-color: #E7D2D3;
}
</style>