Shades of Pale Rose #E7DDE0
Tints of Pale Rose #E7DDE0
RGB
CMYK
RGB Variations
Color information
#E7DDE0 (or 0xE7DDE0) is known color: Pale Rose. HEX triplet: E7, DD and E0. RGB value is (231,221,224). Sum of RGB (Red+Green+Blue) = 231+221+224=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDE0 is #18221F. Grayscale: #E0E0E0. Windows color (decimal): -1581600 or 14736871. OLE color: 14736871.
HSL color Cylindrical-coordinate representation of color #E7DDE0: hue angle of 342º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7DDE0 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 224 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.09 |
| HSL | 342º | 0.17% | 0.89% | - |
| HSV(B) | 342º | 0.04% | 0.91% | - |
| XYZ | 72.27 | 74.08 | 81.01 | - |
| YUV | 224.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 224 | 0 | 0.04 | 0.03 | 0.09 | 342 | 0.17 | 0.89 |
| Hex | E7 | DD | E0 | 0 | 4 | 3 | 9 | 156 | 11 | 59 |
| Octal | 347 | 335 | 340 | 0 | 4 | 3 | 11 | 526 | 21 | 131 |
| Binary | 11100111 | 11011101 | 11100000 | 0 | 100 | 11 | 1001 | 101010110 | 10001 | 1011001 |
Color Harmonies of #E7DDE0
Complementary color
Monochromatic Colors of #E7DDE0
Black with #E7DDE0
Text Example
Text Example
White with #E7DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDE0; }
p { color: rgb(231,221,224); }
H1.HeaderClassName
{
color: #E7DDE0;
}
.AnyTagClassName
{
color: #E7DDE0;
}
</style>
background-color css
<style>
a { background-color: #E7DDE0; }
a { background-color: rgb(231,221,224); }
div.DivClassName
{
background-color: #E7DDE0;
}
.BgClassName
{
background-color: #E7DDE0;
}
</style>
border-color css
<style>
span { border-color: #E7DDE0; }
span { border-color: rgb(231,221,224); }
td.TdClassName
{
border-color: #E7DDE0;
}
.TagClassName
{
border-color: #E7DDE0;
}
</style>