Shades of Pale Rose #E9D9DD
Tints of Pale Rose #E9D9DD
RGB
CMYK
RGB Variations
Color information
#E9D9DD (or 0xE9D9DD) is known color: Pale Rose. HEX triplet: E9, D9 and DD. RGB value is (233,217,221). Sum of RGB (Red+Green+Blue) = 233+217+221=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D9DD is #162622. Grayscale: #DEDEDE. Windows color (decimal): -1451555 or 14539241. OLE color: 14539241.
HSL color Cylindrical-coordinate representation of color #E9D9DD: hue angle of 345º 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 #E9D9DD is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 221 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.09 |
| HSL | 345º | 0.27% | 0.88% | - |
| HSV(B) | 345º | 0.07% | 0.91% | - |
| XYZ | 71.47 | 72.17 | 78.57 | - |
| YUV | 222.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 221 | 0 | 0.07 | 0.05 | 0.09 | 345 | 0.27 | 0.88 |
| Hex | E9 | D9 | DD | 0 | 7 | 5 | 9 | 159 | 1B | 58 |
| Octal | 351 | 331 | 335 | 0 | 7 | 5 | 11 | 531 | 33 | 130 |
| Binary | 11101001 | 11011001 | 11011101 | 0 | 111 | 101 | 1001 | 101011001 | 11011 | 1011000 |
Color Harmonies of #E9D9DD
Complementary color
Monochromatic Colors of #E9D9DD
Black with #E9D9DD
Text Example
Text Example
White with #E9D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9DD; }
p { color: rgb(233,217,221); }
H1.HeaderClassName
{
color: #E9D9DD;
}
.AnyTagClassName
{
color: #E9D9DD;
}
</style>
background-color css
<style>
a { background-color: #E9D9DD; }
a { background-color: rgb(233,217,221); }
div.DivClassName
{
background-color: #E9D9DD;
}
.BgClassName
{
background-color: #E9D9DD;
}
</style>
border-color css
<style>
span { border-color: #E9D9DD; }
span { border-color: rgb(233,217,221); }
td.TdClassName
{
border-color: #E9D9DD;
}
.TagClassName
{
border-color: #E9D9DD;
}
</style>