Shades of Pale Rose #E9DADC
Tints of Pale Rose #E9DADC
RGB
CMYK
RGB Variations
Color information
#E9DADC (or 0xE9DADC) is known color: Pale Rose. HEX triplet: E9, DA and DC. RGB value is (233,218,220). Sum of RGB (Red+Green+Blue) = 233+218+220=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DADC is #162523. Grayscale: #DEDEDE. Windows color (decimal): -1451300 or 14473961. OLE color: 14473961.
HSL color Cylindrical-coordinate representation of color #E9DADC: hue angle of 352º 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 #E9DADC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 220 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.09 |
| HSL | 352º | 0.25% | 0.88% | - |
| HSV(B) | 352º | 0.06% | 0.91% | - |
| XYZ | 71.59 | 72.63 | 77.96 | - |
| YUV | 222.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 220 | 0 | 0.06 | 0.06 | 0.09 | 352 | 0.25 | 0.88 |
| Hex | E9 | DA | DC | 0 | 6 | 6 | 9 | 160 | 19 | 58 |
| Octal | 351 | 332 | 334 | 0 | 6 | 6 | 11 | 540 | 31 | 130 |
| Binary | 11101001 | 11011010 | 11011100 | 0 | 110 | 110 | 1001 | 101100000 | 11001 | 1011000 |
Color Harmonies of #E9DADC
Complementary color
Monochromatic Colors of #E9DADC
Black with #E9DADC
Text Example
Text Example
White with #E9DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DADC; }
p { color: rgb(233,218,220); }
H1.HeaderClassName
{
color: #E9DADC;
}
.AnyTagClassName
{
color: #E9DADC;
}
</style>
background-color css
<style>
a { background-color: #E9DADC; }
a { background-color: rgb(233,218,220); }
div.DivClassName
{
background-color: #E9DADC;
}
.BgClassName
{
background-color: #E9DADC;
}
</style>
border-color css
<style>
span { border-color: #E9DADC; }
span { border-color: rgb(233,218,220); }
td.TdClassName
{
border-color: #E9DADC;
}
.TagClassName
{
border-color: #E9DADC;
}
</style>