Shades of Pale Rose #E9DDDE
Tints of Pale Rose #E9DDDE
RGB
CMYK
RGB Variations
Color information
#E9DDDE (or 0xE9DDDE) is known color: Pale Rose. HEX triplet: E9, DD and DE. RGB value is (233,221,222). Sum of RGB (Red+Green+Blue) = 233+221+222=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDDE is #162221. Grayscale: #E0E0E0. Windows color (decimal): -1450530 or 14605801. OLE color: 14605801.
HSL color Cylindrical-coordinate representation of color #E9DDDE: hue angle of 355º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DDDE is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 222 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.09 |
| HSL | 355º | 0.21% | 0.89% | - |
| HSV(B) | 355º | 0.05% | 0.91% | - |
| XYZ | 72.65 | 74.31 | 79.62 | - |
| YUV | 224.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 222 | 0 | 0.05 | 0.05 | 0.09 | 355 | 0.21 | 0.89 |
| Hex | E9 | DD | DE | 0 | 5 | 5 | 9 | 163 | 15 | 59 |
| Octal | 351 | 335 | 336 | 0 | 5 | 5 | 11 | 543 | 25 | 131 |
| Binary | 11101001 | 11011101 | 11011110 | 0 | 101 | 101 | 1001 | 101100011 | 10101 | 1011001 |
Color Harmonies of #E9DDDE
Complementary color
Monochromatic Colors of #E9DDDE
Black with #E9DDDE
Text Example
Text Example
White with #E9DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDDE; }
p { color: rgb(233,221,222); }
H1.HeaderClassName
{
color: #E9DDDE;
}
.AnyTagClassName
{
color: #E9DDDE;
}
</style>
background-color css
<style>
a { background-color: #E9DDDE; }
a { background-color: rgb(233,221,222); }
div.DivClassName
{
background-color: #E9DDDE;
}
.BgClassName
{
background-color: #E9DDDE;
}
</style>
border-color css
<style>
span { border-color: #E9DDDE; }
span { border-color: rgb(233,221,222); }
td.TdClassName
{
border-color: #E9DDDE;
}
.TagClassName
{
border-color: #E9DDDE;
}
</style>