Shades of Pale Rose #E9D8DC
Tints of Pale Rose #E9D8DC
RGB
CMYK
RGB Variations
Color information
#E9D8DC (or 0xE9D8DC) is known color: Pale Rose. HEX triplet: E9, D8 and DC. RGB value is (233,216,220). Sum of RGB (Red+Green+Blue) = 233+216+220=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D8DC is #162723. Grayscale: #DDDDDD. Windows color (decimal): -1451812 or 14473449. OLE color: 14473449.
HSL color Cylindrical-coordinate representation of color #E9D8DC: hue angle of 345.88º degrees, saturation: 0.28, 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 #E9D8DC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 220 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.09 |
| HSL | 345.88º | 0.28% | 0.88% | - |
| HSV(B) | 345.88º | 0.07% | 0.91% | - |
| XYZ | 71.08 | 71.6 | 77.78 | - |
| YUV | 221.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 220 | 0 | 0.07 | 0.06 | 0.09 | 345.88 | 0.28 | 0.88 |
| Hex | E9 | D8 | DC | 0 | 7 | 6 | 9 | 15A | 1C | 58 |
| Octal | 351 | 330 | 334 | 0 | 7 | 6 | 11 | 532 | 34 | 130 |
| Binary | 11101001 | 11011000 | 11011100 | 0 | 111 | 110 | 1001 | 101011010 | 11100 | 1011000 |
Color Harmonies of #E9D8DC
Complementary color
Monochromatic Colors of #E9D8DC
Black with #E9D8DC
Text Example
Text Example
White with #E9D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D8DC; }
p { color: rgb(233,216,220); }
H1.HeaderClassName
{
color: #E9D8DC;
}
.AnyTagClassName
{
color: #E9D8DC;
}
</style>
background-color css
<style>
a { background-color: #E9D8DC; }
a { background-color: rgb(233,216,220); }
div.DivClassName
{
background-color: #E9D8DC;
}
.BgClassName
{
background-color: #E9D8DC;
}
</style>
border-color css
<style>
span { border-color: #E9D8DC; }
span { border-color: rgb(233,216,220); }
td.TdClassName
{
border-color: #E9D8DC;
}
.TagClassName
{
border-color: #E9D8DC;
}
</style>