Shades of Pale Rose #E9DADF
Tints of Pale Rose #E9DADF
RGB
CMYK
RGB Variations
Color information
#E9DADF (or 0xE9DADF) is known color: Pale Rose. HEX triplet: E9, DA and DF. RGB value is (233,218,223). Sum of RGB (Red+Green+Blue) = 233+218+223=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DADF is #162520. Grayscale: #DFDFDF. Windows color (decimal): -1451297 or 14670569. OLE color: 14670569.
HSL color Cylindrical-coordinate representation of color #E9DADF: hue angle of 340º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DADF is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 223 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.09 |
| HSL | 340º | 0.25% | 0.88% | - |
| HSV(B) | 340º | 0.06% | 0.91% | - |
| XYZ | 71.99 | 72.79 | 80.07 | - |
| YUV | 223.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 223 | 0 | 0.06 | 0.04 | 0.09 | 340 | 0.25 | 0.88 |
| Hex | E9 | DA | DF | 0 | 6 | 4 | 9 | 154 | 19 | 58 |
| Octal | 351 | 332 | 337 | 0 | 6 | 4 | 11 | 524 | 31 | 130 |
| Binary | 11101001 | 11011010 | 11011111 | 0 | 110 | 100 | 1001 | 101010100 | 11001 | 1011000 |
Color Harmonies of #E9DADF
Complementary color
Monochromatic Colors of #E9DADF
Black with #E9DADF
Text Example
Text Example
White with #E9DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DADF; }
p { color: rgb(233,218,223); }
H1.HeaderClassName
{
color: #E9DADF;
}
.AnyTagClassName
{
color: #E9DADF;
}
</style>
background-color css
<style>
a { background-color: #E9DADF; }
a { background-color: rgb(233,218,223); }
div.DivClassName
{
background-color: #E9DADF;
}
.BgClassName
{
background-color: #E9DADF;
}
</style>
border-color css
<style>
span { border-color: #E9DADF; }
span { border-color: rgb(233,218,223); }
td.TdClassName
{
border-color: #E9DADF;
}
.TagClassName
{
border-color: #E9DADF;
}
</style>