Shades of Pale Rose #E9DCDF
Tints of Pale Rose #E9DCDF
RGB
CMYK
RGB Variations
Color information
#E9DCDF (or 0xE9DCDF) is known color: Pale Rose. HEX triplet: E9, DC and DF. RGB value is (233,220,223). Sum of RGB (Red+Green+Blue) = 233+220+223=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCDF is #162320. Grayscale: #E0E0E0. Windows color (decimal): -1450785 or 14671081. OLE color: 14671081.
HSL color Cylindrical-coordinate representation of color #E9DCDF: hue angle of 346.15º degrees, saturation: 0.23, 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 #E9DCDF is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 220 | 223 | - |
CMYK | 0 | 0.06 | 0.04 | 0.09 |
HSL | 346.15º | 0.23% | 0.89% | - |
HSV(B) | 346.15º | 0.06% | 0.91% | - |
XYZ | 72.52 | 73.84 | 80.24 | - |
YUV | 224.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 220 | 223 | 0 | 0.06 | 0.04 | 0.09 | 346.15 | 0.23 | 0.89 |
Hex | E9 | DC | DF | 0 | 6 | 4 | 9 | 15A | 17 | 59 |
Octal | 351 | 334 | 337 | 0 | 6 | 4 | 11 | 532 | 27 | 131 |
Binary | 11101001 | 11011100 | 11011111 | 0 | 110 | 100 | 1001 | 101011010 | 10111 | 1011001 |
Color Harmonies of #E9DCDF
Complementary color
Monochromatic Colors of #E9DCDF
Black with #E9DCDF
Text Example
Text Example
White with #E9DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCDF; }
p { color: rgb(233,220,223); }
H1.HeaderClassName
{
color: #E9DCDF;
}
.AnyTagClassName
{
color: #E9DCDF;
}
</style>
background-color css
<style>
a { background-color: #E9DCDF; }
a { background-color: rgb(233,220,223); }
div.DivClassName
{
background-color: #E9DCDF;
}
.BgClassName
{
background-color: #E9DCDF;
}
</style>
border-color css
<style>
span { border-color: #E9DCDF; }
span { border-color: rgb(233,220,223); }
td.TdClassName
{
border-color: #E9DCDF;
}
.TagClassName
{
border-color: #E9DCDF;
}
</style>