Shades of Pale Rose #E0DCDD
Tints of Pale Rose #E0DCDD
RGB
CMYK
RGB Variations
Color information
#E0DCDD (or 0xE0DCDD) is known color: Pale Rose. HEX triplet: E0, DC and DD. RGB value is (224,220,221). Sum of RGB (Red+Green+Blue) = 224+220+221=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCDD is #1F2322. Grayscale: #DDDDDD. Windows color (decimal): -2040611 or 14540000. OLE color: 14540000.
HSL color Cylindrical-coordinate representation of color #E0DCDD: hue angle of 345º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0DCDD is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 221 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.12 |
| HSL | 345º | 0.06% | 0.87% | - |
| HSV(B) | 345º | 0.02% | 0.88% | - |
| XYZ | 69.38 | 72.25 | 78.7 | - |
| YUV | 221.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 221 | 0 | 0.02 | 0.01 | 0.12 | 345 | 0.06 | 0.87 |
| Hex | E0 | DC | DD | 0 | 2 | 1 | C | 159 | 6 | 57 |
| Octal | 340 | 334 | 335 | 0 | 2 | 1 | 14 | 531 | 6 | 127 |
| Binary | 11100000 | 11011100 | 11011101 | 0 | 10 | 1 | 1100 | 101011001 | 110 | 1010111 |
Color Harmonies of #E0DCDD
Complementary color
Monochromatic Colors of #E0DCDD
Black with #E0DCDD
Text Example
Text Example
White with #E0DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCDD; }
p { color: rgb(224,220,221); }
H1.HeaderClassName
{
color: #E0DCDD;
}
.AnyTagClassName
{
color: #E0DCDD;
}
</style>
background-color css
<style>
a { background-color: #E0DCDD; }
a { background-color: rgb(224,220,221); }
div.DivClassName
{
background-color: #E0DCDD;
}
.BgClassName
{
background-color: #E0DCDD;
}
</style>
border-color css
<style>
span { border-color: #E0DCDD; }
span { border-color: rgb(224,220,221); }
td.TdClassName
{
border-color: #E0DCDD;
}
.TagClassName
{
border-color: #E0DCDD;
}
</style>