Shades of Pale Rose #E9D7DA
Tints of Pale Rose #E9D7DA
RGB
CMYK
RGB Variations
Color information
#E9D7DA (or 0xE9D7DA) is known color: Pale Rose. HEX triplet: E9, D7 and DA. RGB value is (233,215,218). Sum of RGB (Red+Green+Blue) = 233+215+218=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D7DA is #162825. Grayscale: #DCDCDC. Windows color (decimal): -1452070 or 14342121. OLE color: 14342121.
HSL color Cylindrical-coordinate representation of color #E9D7DA: hue angle of 350º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9D7DA is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 215 | 218 | - |
CMYK | 0 | 0.08 | 0.06 | 0.09 |
HSL | 350º | 0.29% | 0.88% | - |
HSV(B) | 350º | 0.08% | 0.91% | - |
XYZ | 70.56 | 70.99 | 76.31 | - |
YUV | 220.72 | 126.46 | 136.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 215 | 218 | 0 | 0.08 | 0.06 | 0.09 | 350 | 0.29 | 0.88 |
Hex | E9 | D7 | DA | 0 | 8 | 6 | 9 | 15E | 1D | 58 |
Octal | 351 | 327 | 332 | 0 | 10 | 6 | 11 | 536 | 35 | 130 |
Binary | 11101001 | 11010111 | 11011010 | 0 | 1000 | 110 | 1001 | 101011110 | 11101 | 1011000 |
Color Harmonies of #E9D7DA
Complementary color
Monochromatic Colors of #E9D7DA
Black with #E9D7DA
Text Example
Text Example
White with #E9D7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D7DA; }
p { color: rgb(233,215,218); }
H1.HeaderClassName
{
color: #E9D7DA;
}
.AnyTagClassName
{
color: #E9D7DA;
}
</style>
background-color css
<style>
a { background-color: #E9D7DA; }
a { background-color: rgb(233,215,218); }
div.DivClassName
{
background-color: #E9D7DA;
}
.BgClassName
{
background-color: #E9D7DA;
}
</style>
border-color css
<style>
span { border-color: #E9D7DA; }
span { border-color: rgb(233,215,218); }
td.TdClassName
{
border-color: #E9D7DA;
}
.TagClassName
{
border-color: #E9D7DA;
}
</style>