Shades of Pale Rose #E0DBDC
Tints of Pale Rose #E0DBDC
RGB
CMYK
RGB Variations
Color information
#E0DBDC (or 0xE0DBDC) is known color: Pale Rose. HEX triplet: E0, DB and DC. RGB value is (224,219,220). Sum of RGB (Red+Green+Blue) = 224+219+220=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBDC is #1F2423. Grayscale: #DCDCDC. Windows color (decimal): -2040868 or 14474208. OLE color: 14474208.
HSL color Cylindrical-coordinate representation of color #E0DBDC: hue angle of 348º degrees, saturation: 0.07, 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 #E0DBDC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 220 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.12 |
| HSL | 348º | 0.07% | 0.87% | - |
| HSV(B) | 348º | 0.02% | 0.88% | - |
| XYZ | 68.99 | 71.68 | 77.91 | - |
| YUV | 220.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 220 | 0 | 0.02 | 0.02 | 0.12 | 348 | 0.07 | 0.87 |
| Hex | E0 | DB | DC | 0 | 2 | 2 | C | 15C | 7 | 57 |
| Octal | 340 | 333 | 334 | 0 | 2 | 2 | 14 | 534 | 7 | 127 |
| Binary | 11100000 | 11011011 | 11011100 | 0 | 10 | 10 | 1100 | 101011100 | 111 | 1010111 |
Color Harmonies of #E0DBDC
Complementary color
Monochromatic Colors of #E0DBDC
Black with #E0DBDC
Text Example
Text Example
White with #E0DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBDC; }
p { color: rgb(224,219,220); }
H1.HeaderClassName
{
color: #E0DBDC;
}
.AnyTagClassName
{
color: #E0DBDC;
}
</style>
background-color css
<style>
a { background-color: #E0DBDC; }
a { background-color: rgb(224,219,220); }
div.DivClassName
{
background-color: #E0DBDC;
}
.BgClassName
{
background-color: #E0DBDC;
}
</style>
border-color css
<style>
span { border-color: #E0DBDC; }
span { border-color: rgb(224,219,220); }
td.TdClassName
{
border-color: #E0DBDC;
}
.TagClassName
{
border-color: #E0DBDC;
}
</style>