Shades of Pale Rose #E9DDDF
Tints of Pale Rose #E9DDDF
RGB
CMYK
RGB Variations
Color information
#E9DDDF (or 0xE9DDDF) is known color: Pale Rose. HEX triplet: E9, DD and DF. RGB value is (233,221,223). Sum of RGB (Red+Green+Blue) = 233+221+223=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDDF is #162220. Grayscale: #E0E0E0. Windows color (decimal): -1450529 or 14671337. OLE color: 14671337.
HSL color Cylindrical-coordinate representation of color #E9DDDF: hue angle of 350º 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 #E9DDDF is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 221 | 223 | - |
CMYK | 0 | 0.05 | 0.04 | 0.09 |
HSL | 350º | 0.21% | 0.89% | - |
HSV(B) | 350º | 0.05% | 0.91% | - |
XYZ | 72.78 | 74.36 | 80.33 | - |
YUV | 224.82 | 126.98 | 133.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 221 | 223 | 0 | 0.05 | 0.04 | 0.09 | 350 | 0.21 | 0.89 |
Hex | E9 | DD | DF | 0 | 5 | 4 | 9 | 15E | 15 | 59 |
Octal | 351 | 335 | 337 | 0 | 5 | 4 | 11 | 536 | 25 | 131 |
Binary | 11101001 | 11011101 | 11011111 | 0 | 101 | 100 | 1001 | 101011110 | 10101 | 1011001 |
Color Harmonies of #E9DDDF
Complementary color
Monochromatic Colors of #E9DDDF
Black with #E9DDDF
Text Example
Text Example
White with #E9DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDDF; }
p { color: rgb(233,221,223); }
H1.HeaderClassName
{
color: #E9DDDF;
}
.AnyTagClassName
{
color: #E9DDDF;
}
</style>
background-color css
<style>
a { background-color: #E9DDDF; }
a { background-color: rgb(233,221,223); }
div.DivClassName
{
background-color: #E9DDDF;
}
.BgClassName
{
background-color: #E9DDDF;
}
</style>
border-color css
<style>
span { border-color: #E9DDDF; }
span { border-color: rgb(233,221,223); }
td.TdClassName
{
border-color: #E9DDDF;
}
.TagClassName
{
border-color: #E9DDDF;
}
</style>