Shades of Pale Rose #E9D9DB
Tints of Pale Rose #E9D9DB
RGB
CMYK
RGB Variations
Color information
#E9D9DB (or 0xE9D9DB) is known color: Pale Rose. HEX triplet: E9, D9 and DB. RGB value is (233,217,219). Sum of RGB (Red+Green+Blue) = 233+217+219=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D9DB is #162624. Grayscale: #DEDEDE. Windows color (decimal): -1451557 or 14408169. OLE color: 14408169.
HSL color Cylindrical-coordinate representation of color #E9D9DB: hue angle of 352.5º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9D9DB is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 219 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.09 |
| HSL | 352.5º | 0.27% | 0.88% | - |
| HSV(B) | 352.5º | 0.07% | 0.91% | - |
| XYZ | 71.2 | 72.06 | 77.17 | - |
| YUV | 222.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 219 | 0 | 0.07 | 0.06 | 0.09 | 352.5 | 0.27 | 0.88 |
| Hex | E9 | D9 | DB | 0 | 7 | 6 | 9 | 160 | 1B | 58 |
| Octal | 351 | 331 | 333 | 0 | 7 | 6 | 11 | 540 | 33 | 130 |
| Binary | 11101001 | 11011001 | 11011011 | 0 | 111 | 110 | 1001 | 101100000 | 11011 | 1011000 |
Color Harmonies of #E9D9DB
Complementary color
Monochromatic Colors of #E9D9DB
Black with #E9D9DB
Text Example
Text Example
White with #E9D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9DB; }
p { color: rgb(233,217,219); }
H1.HeaderClassName
{
color: #E9D9DB;
}
.AnyTagClassName
{
color: #E9D9DB;
}
</style>
background-color css
<style>
a { background-color: #E9D9DB; }
a { background-color: rgb(233,217,219); }
div.DivClassName
{
background-color: #E9D9DB;
}
.BgClassName
{
background-color: #E9D9DB;
}
</style>
border-color css
<style>
span { border-color: #E9D9DB; }
span { border-color: rgb(233,217,219); }
td.TdClassName
{
border-color: #E9D9DB;
}
.TagClassName
{
border-color: #E9D9DB;
}
</style>