Shades of Pale Rose #E7DFE1
Tints of Pale Rose #E7DFE1
RGB
CMYK
RGB Variations
Color information
#E7DFE1 (or 0xE7DFE1) is known color: Pale Rose. HEX triplet: E7, DF and E1. RGB value is (231,223,225). Sum of RGB (Red+Green+Blue) = 231+223+225=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFE1 is #18201E. Grayscale: #E1E1E1. Windows color (decimal): -1581087 or 14802919. OLE color: 14802919.
HSL color Cylindrical-coordinate representation of color #E7DFE1: hue angle of 345º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E7DFE1 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 225 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.09 |
| HSL | 345º | 0.14% | 0.89% | - |
| HSV(B) | 345º | 0.03% | 0.91% | - |
| XYZ | 72.93 | 75.2 | 81.91 | - |
| YUV | 225.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 225 | 0 | 0.03 | 0.03 | 0.09 | 345 | 0.14 | 0.89 |
| Hex | E7 | DF | E1 | 0 | 3 | 3 | 9 | 159 | E | 59 |
| Octal | 347 | 337 | 341 | 0 | 3 | 3 | 11 | 531 | 16 | 131 |
| Binary | 11100111 | 11011111 | 11100001 | 0 | 11 | 11 | 1001 | 101011001 | 1110 | 1011001 |
Color Harmonies of #E7DFE1
Complementary color
Monochromatic Colors of #E7DFE1
Black with #E7DFE1
Text Example
Text Example
White with #E7DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DFE1; }
p { color: rgb(231,223,225); }
H1.HeaderClassName
{
color: #E7DFE1;
}
.AnyTagClassName
{
color: #E7DFE1;
}
</style>
background-color css
<style>
a { background-color: #E7DFE1; }
a { background-color: rgb(231,223,225); }
div.DivClassName
{
background-color: #E7DFE1;
}
.BgClassName
{
background-color: #E7DFE1;
}
</style>
border-color css
<style>
span { border-color: #E7DFE1; }
span { border-color: rgb(231,223,225); }
td.TdClassName
{
border-color: #E7DFE1;
}
.TagClassName
{
border-color: #E7DFE1;
}
</style>