Shades of Pale Rose #E7D7DB
Tints of Pale Rose #E7D7DB
RGB
CMYK
RGB Variations
Color information
#E7D7DB (or 0xE7D7DB) is known color: Pale Rose. HEX triplet: E7, D7 and DB. RGB value is (231,215,219). Sum of RGB (Red+Green+Blue) = 231+215+219=665 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.74% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7DB is #182824. Grayscale: #DCDCDC. Windows color (decimal): -1583141 or 14407655. OLE color: 14407655.
HSL color Cylindrical-coordinate representation of color #E7D7DB: hue angle of 345º degrees, saturation: 0.25, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7D7DB is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 219 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.09 |
| HSL | 345º | 0.25% | 0.87% | - |
| HSV(B) | 345º | 0.07% | 0.91% | - |
| XYZ | 70.04 | 70.7 | 76.97 | - |
| YUV | 220.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 219 | 0 | 0.07 | 0.05 | 0.09 | 345 | 0.25 | 0.87 |
| Hex | E7 | D7 | DB | 0 | 7 | 5 | 9 | 159 | 19 | 57 |
| Octal | 347 | 327 | 333 | 0 | 7 | 5 | 11 | 531 | 31 | 127 |
| Binary | 11100111 | 11010111 | 11011011 | 0 | 111 | 101 | 1001 | 101011001 | 11001 | 1010111 |
Color Harmonies of #E7D7DB
Complementary color
Monochromatic Colors of #E7D7DB
Black with #E7D7DB
Text Example
Text Example
White with #E7D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7DB; }
p { color: rgb(231,215,219); }
H1.HeaderClassName
{
color: #E7D7DB;
}
.AnyTagClassName
{
color: #E7D7DB;
}
</style>
background-color css
<style>
a { background-color: #E7D7DB; }
a { background-color: rgb(231,215,219); }
div.DivClassName
{
background-color: #E7D7DB;
}
.BgClassName
{
background-color: #E7D7DB;
}
</style>
border-color css
<style>
span { border-color: #E7D7DB; }
span { border-color: rgb(231,215,219); }
td.TdClassName
{
border-color: #E7D7DB;
}
.TagClassName
{
border-color: #E7D7DB;
}
</style>