Shades of Pale Rose #E1DADB
Tints of Pale Rose #E1DADB
RGB
CMYK
RGB Variations
Color information
#E1DADB (or 0xE1DADB) is known color: Pale Rose. HEX triplet: E1, DA and DB. RGB value is (225,218,219). Sum of RGB (Red+Green+Blue) = 225+218+219=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DADB is #1E2524. Grayscale: #DCDCDC. Windows color (decimal): -1975589 or 14408417. OLE color: 14408417.
HSL color Cylindrical-coordinate representation of color #E1DADB: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DADB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 219 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.12 |
| HSL | 351.43º | 0.1% | 0.87% | - |
| HSV(B) | 351.43º | 0.03% | 0.88% | - |
| XYZ | 68.91 | 71.26 | 77.14 | - |
| YUV | 220.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 219 | 0 | 0.03 | 0.03 | 0.12 | 351.43 | 0.1 | 0.87 |
| Hex | E1 | DA | DB | 0 | 3 | 3 | C | 15F | A | 57 |
| Octal | 341 | 332 | 333 | 0 | 3 | 3 | 14 | 537 | 12 | 127 |
| Binary | 11100001 | 11011010 | 11011011 | 0 | 11 | 11 | 1100 | 101011111 | 1010 | 1010111 |
Color Harmonies of #E1DADB
Complementary color
Monochromatic Colors of #E1DADB
Black with #E1DADB
Text Example
Text Example
White with #E1DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DADB; }
p { color: rgb(225,218,219); }
H1.HeaderClassName
{
color: #E1DADB;
}
.AnyTagClassName
{
color: #E1DADB;
}
</style>
background-color css
<style>
a { background-color: #E1DADB; }
a { background-color: rgb(225,218,219); }
div.DivClassName
{
background-color: #E1DADB;
}
.BgClassName
{
background-color: #E1DADB;
}
</style>
border-color css
<style>
span { border-color: #E1DADB; }
span { border-color: rgb(225,218,219); }
td.TdClassName
{
border-color: #E1DADB;
}
.TagClassName
{
border-color: #E1DADB;
}
</style>