Shades of Pale Rose #E5DFE0
Tints of Pale Rose #E5DFE0
RGB
CMYK
RGB Variations
Color information
#E5DFE0 (or 0xE5DFE0) is known color: Pale Rose. HEX triplet: E5, DF and E0. RGB value is (229,223,224). Sum of RGB (Red+Green+Blue) = 229+223+224=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFE0 is #1A201F. Grayscale: #E0E0E0. Windows color (decimal): -1712160 or 14737381. OLE color: 14737381.
HSL color Cylindrical-coordinate representation of color #E5DFE0: hue angle of 350º degrees, saturation: 0.1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DFE0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 224 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.10 |
| HSL | 350º | 0.1% | 0.89% | - |
| HSV(B) | 350º | 0.03% | 0.9% | - |
| XYZ | 72.16 | 74.82 | 81.16 | - |
| YUV | 224.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 224 | 0 | 0.03 | 0.02 | 0.10 | 350 | 0.1 | 0.89 |
| Hex | E5 | DF | E0 | 0 | 3 | 2 | A | 15E | A | 59 |
| Octal | 345 | 337 | 340 | 0 | 3 | 2 | 12 | 536 | 12 | 131 |
| Binary | 11100101 | 11011111 | 11100000 | 0 | 11 | 10 | 1010 | 101011110 | 1010 | 1011001 |
Color Harmonies of #E5DFE0
Complementary color
Monochromatic Colors of #E5DFE0
Black with #E5DFE0
Text Example
Text Example
White with #E5DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFE0; }
p { color: rgb(229,223,224); }
H1.HeaderClassName
{
color: #E5DFE0;
}
.AnyTagClassName
{
color: #E5DFE0;
}
</style>
background-color css
<style>
a { background-color: #E5DFE0; }
a { background-color: rgb(229,223,224); }
div.DivClassName
{
background-color: #E5DFE0;
}
.BgClassName
{
background-color: #E5DFE0;
}
</style>
border-color css
<style>
span { border-color: #E5DFE0; }
span { border-color: rgb(229,223,224); }
td.TdClassName
{
border-color: #E5DFE0;
}
.TagClassName
{
border-color: #E5DFE0;
}
</style>