Shades of Pale Rose #E9DADB
Tints of Pale Rose #E9DADB
RGB
CMYK
RGB Variations
Color information
#E9DADB (or 0xE9DADB) is known color: Pale Rose. HEX triplet: E9, DA and DB. RGB value is (233,218,219). Sum of RGB (Red+Green+Blue) = 233+218+219=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DADB is #162524. Grayscale: #DEDEDE. Windows color (decimal): -1451301 or 14408425. OLE color: 14408425.
HSL color Cylindrical-coordinate representation of color #E9DADB: hue angle of 356º 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 #E9DADB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 219 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.09 |
| HSL | 356º | 0.25% | 0.88% | - |
| HSV(B) | 356º | 0.06% | 0.91% | - |
| XYZ | 71.46 | 72.58 | 77.26 | - |
| YUV | 222.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 219 | 0 | 0.06 | 0.06 | 0.09 | 356 | 0.25 | 0.88 |
| Hex | E9 | DA | DB | 0 | 6 | 6 | 9 | 164 | 19 | 58 |
| Octal | 351 | 332 | 333 | 0 | 6 | 6 | 11 | 544 | 31 | 130 |
| Binary | 11101001 | 11011010 | 11011011 | 0 | 110 | 110 | 1001 | 101100100 | 11001 | 1011000 |
Color Harmonies of #E9DADB
Complementary color
Monochromatic Colors of #E9DADB
Black with #E9DADB
Text Example
Text Example
White with #E9DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DADB; }
p { color: rgb(233,218,219); }
H1.HeaderClassName
{
color: #E9DADB;
}
.AnyTagClassName
{
color: #E9DADB;
}
</style>
background-color css
<style>
a { background-color: #E9DADB; }
a { background-color: rgb(233,218,219); }
div.DivClassName
{
background-color: #E9DADB;
}
.BgClassName
{
background-color: #E9DADB;
}
</style>
border-color css
<style>
span { border-color: #E9DADB; }
span { border-color: rgb(233,218,219); }
td.TdClassName
{
border-color: #E9DADB;
}
.TagClassName
{
border-color: #E9DADB;
}
</style>