Shades of Pale Rose #E9DBDF
Tints of Pale Rose #E9DBDF
RGB
CMYK
RGB Variations
Color information
#E9DBDF (or 0xE9DBDF) is known color: Pale Rose. HEX triplet: E9, DB and DF. RGB value is (233,219,223). Sum of RGB (Red+Green+Blue) = 233+219+223=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBDF is #162420. Grayscale: #DFDFDF. Windows color (decimal): -1451041 or 14670825. OLE color: 14670825.
HSL color Cylindrical-coordinate representation of color #E9DBDF: hue angle of 342.86º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DBDF is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 219 | 223 | - |
CMYK | 0 | 0.06 | 0.04 | 0.09 |
HSL | 342.86º | 0.24% | 0.89% | - |
HSV(B) | 342.86º | 0.06% | 0.91% | - |
XYZ | 72.26 | 73.31 | 80.15 | - |
YUV | 223.64 | 127.64 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 219 | 223 | 0 | 0.06 | 0.04 | 0.09 | 342.86 | 0.24 | 0.89 |
Hex | E9 | DB | DF | 0 | 6 | 4 | 9 | 157 | 18 | 59 |
Octal | 351 | 333 | 337 | 0 | 6 | 4 | 11 | 527 | 30 | 131 |
Binary | 11101001 | 11011011 | 11011111 | 0 | 110 | 100 | 1001 | 101010111 | 11000 | 1011001 |
Color Harmonies of #E9DBDF
Complementary color
Monochromatic Colors of #E9DBDF
Black with #E9DBDF
Text Example
Text Example
White with #E9DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBDF; }
p { color: rgb(233,219,223); }
H1.HeaderClassName
{
color: #E9DBDF;
}
.AnyTagClassName
{
color: #E9DBDF;
}
</style>
background-color css
<style>
a { background-color: #E9DBDF; }
a { background-color: rgb(233,219,223); }
div.DivClassName
{
background-color: #E9DBDF;
}
.BgClassName
{
background-color: #E9DBDF;
}
</style>
border-color css
<style>
span { border-color: #E9DBDF; }
span { border-color: rgb(233,219,223); }
td.TdClassName
{
border-color: #E9DBDF;
}
.TagClassName
{
border-color: #E9DBDF;
}
</style>