Shades of Pale Rose #E5DCDE
Tints of Pale Rose #E5DCDE
RGB
CMYK
RGB Variations
Color information
#E5DCDE (or 0xE5DCDE) is known color: Pale Rose. HEX triplet: E5, DC and DE. RGB value is (229,220,222). Sum of RGB (Red+Green+Blue) = 229+220+222=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCDE is #1A2321. Grayscale: #DEDEDE. Windows color (decimal): -1712930 or 14605541. OLE color: 14605541.
HSL color Cylindrical-coordinate representation of color #E5DCDE: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DCDE is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 222 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.10 |
| HSL | 346.67º | 0.15% | 0.88% | - |
| HSV(B) | 346.67º | 0.04% | 0.9% | - |
| XYZ | 71.09 | 73.12 | 79.47 | - |
| YUV | 222.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 222 | 0 | 0.04 | 0.03 | 0.10 | 346.67 | 0.15 | 0.88 |
| Hex | E5 | DC | DE | 0 | 4 | 3 | A | 15B | F | 58 |
| Octal | 345 | 334 | 336 | 0 | 4 | 3 | 12 | 533 | 17 | 130 |
| Binary | 11100101 | 11011100 | 11011110 | 0 | 100 | 11 | 1010 | 101011011 | 1111 | 1011000 |
Color Harmonies of #E5DCDE
Complementary color
Monochromatic Colors of #E5DCDE
Black with #E5DCDE
Text Example
Text Example
White with #E5DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCDE; }
p { color: rgb(229,220,222); }
H1.HeaderClassName
{
color: #E5DCDE;
}
.AnyTagClassName
{
color: #E5DCDE;
}
</style>
background-color css
<style>
a { background-color: #E5DCDE; }
a { background-color: rgb(229,220,222); }
div.DivClassName
{
background-color: #E5DCDE;
}
.BgClassName
{
background-color: #E5DCDE;
}
</style>
border-color css
<style>
span { border-color: #E5DCDE; }
span { border-color: rgb(229,220,222); }
td.TdClassName
{
border-color: #E5DCDE;
}
.TagClassName
{
border-color: #E5DCDE;
}
</style>