Shades of Pale Rose #E9D9DE
Tints of Pale Rose #E9D9DE
RGB
CMYK
RGB Variations
Color information
#E9D9DE (or 0xE9D9DE) is known color: Pale Rose. HEX triplet: E9, D9 and DE. RGB value is (233,217,222). Sum of RGB (Red+Green+Blue) = 233+217+222=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D9DE is #162621. Grayscale: #DEDEDE. Windows color (decimal): -1451554 or 14604777. OLE color: 14604777.
HSL color Cylindrical-coordinate representation of color #E9D9DE: hue angle of 341.25º 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 #E9D9DE is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 222 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.09 |
| HSL | 341.25º | 0.27% | 0.88% | - |
| HSV(B) | 341.25º | 0.07% | 0.91% | - |
| XYZ | 71.6 | 72.22 | 79.27 | - |
| YUV | 222.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 222 | 0 | 0.07 | 0.05 | 0.09 | 341.25 | 0.27 | 0.88 |
| Hex | E9 | D9 | DE | 0 | 7 | 5 | 9 | 155 | 1B | 58 |
| Octal | 351 | 331 | 336 | 0 | 7 | 5 | 11 | 525 | 33 | 130 |
| Binary | 11101001 | 11011001 | 11011110 | 0 | 111 | 101 | 1001 | 101010101 | 11011 | 1011000 |
Color Harmonies of #E9D9DE
Complementary color
Monochromatic Colors of #E9D9DE
Black with #E9D9DE
Text Example
Text Example
White with #E9D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9DE; }
p { color: rgb(233,217,222); }
H1.HeaderClassName
{
color: #E9D9DE;
}
.AnyTagClassName
{
color: #E9D9DE;
}
</style>
background-color css
<style>
a { background-color: #E9D9DE; }
a { background-color: rgb(233,217,222); }
div.DivClassName
{
background-color: #E9D9DE;
}
.BgClassName
{
background-color: #E9D9DE;
}
</style>
border-color css
<style>
span { border-color: #E9D9DE; }
span { border-color: rgb(233,217,222); }
td.TdClassName
{
border-color: #E9D9DE;
}
.TagClassName
{
border-color: #E9D9DE;
}
</style>