Shades of Pale Rose #E9DDE0
Tints of Pale Rose #E9DDE0
RGB
CMYK
RGB Variations
Color information
#E9DDE0 (or 0xE9DDE0) is known color: Pale Rose. HEX triplet: E9, DD and E0. RGB value is (233,221,224). Sum of RGB (Red+Green+Blue) = 233+221+224=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDE0 is #16221F. Grayscale: #E0E0E0. Windows color (decimal): -1450528 or 14736873. OLE color: 14736873.
HSL color Cylindrical-coordinate representation of color #E9DDE0: hue angle of 345º 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 #E9DDE0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 224 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.09 |
| HSL | 345º | 0.21% | 0.89% | - |
| HSV(B) | 345º | 0.05% | 0.91% | - |
| XYZ | 72.92 | 74.42 | 81.04 | - |
| YUV | 224.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 224 | 0 | 0.05 | 0.04 | 0.09 | 345 | 0.21 | 0.89 |
| Hex | E9 | DD | E0 | 0 | 5 | 4 | 9 | 159 | 15 | 59 |
| Octal | 351 | 335 | 340 | 0 | 5 | 4 | 11 | 531 | 25 | 131 |
| Binary | 11101001 | 11011101 | 11100000 | 0 | 101 | 100 | 1001 | 101011001 | 10101 | 1011001 |
Color Harmonies of #E9DDE0
Complementary color
Monochromatic Colors of #E9DDE0
Black with #E9DDE0
Text Example
Text Example
White with #E9DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDE0; }
p { color: rgb(233,221,224); }
H1.HeaderClassName
{
color: #E9DDE0;
}
.AnyTagClassName
{
color: #E9DDE0;
}
</style>
background-color css
<style>
a { background-color: #E9DDE0; }
a { background-color: rgb(233,221,224); }
div.DivClassName
{
background-color: #E9DDE0;
}
.BgClassName
{
background-color: #E9DDE0;
}
</style>
border-color css
<style>
span { border-color: #E9DDE0; }
span { border-color: rgb(233,221,224); }
td.TdClassName
{
border-color: #E9DDE0;
}
.TagClassName
{
border-color: #E9DDE0;
}
</style>