Shades of Pale Rose #E2DCDD
Tints of Pale Rose #E2DCDD
RGB
CMYK
RGB Variations
Color information
#E2DCDD (or 0xE2DCDD) is known color: Pale Rose. HEX triplet: E2, DC and DD. RGB value is (226,220,221). Sum of RGB (Red+Green+Blue) = 226+220+221=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCDD is #1D2322. Grayscale: #DDDDDD. Windows color (decimal): -1909539 or 14540002. OLE color: 14540002.
HSL color Cylindrical-coordinate representation of color #E2DCDD: hue angle of 350º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DCDD is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 220 | 221 | - |
CMYK | 0 | 0.03 | 0.02 | 0.11 |
HSL | 350º | 0.09% | 0.87% | - |
HSV(B) | 350º | 0.03% | 0.89% | - |
XYZ | 70.01 | 72.58 | 78.73 | - |
YUV | 221.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 221 | 0 | 0.03 | 0.02 | 0.11 | 350 | 0.09 | 0.87 |
Hex | E2 | DC | DD | 0 | 3 | 2 | B | 15E | 9 | 57 |
Octal | 342 | 334 | 335 | 0 | 3 | 2 | 13 | 536 | 11 | 127 |
Binary | 11100010 | 11011100 | 11011101 | 0 | 11 | 10 | 1011 | 101011110 | 1001 | 1010111 |
Color Harmonies of #E2DCDD
Complementary color
Monochromatic Colors of #E2DCDD
Black with #E2DCDD
Text Example
Text Example
White with #E2DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCDD; }
p { color: rgb(226,220,221); }
H1.HeaderClassName
{
color: #E2DCDD;
}
.AnyTagClassName
{
color: #E2DCDD;
}
</style>
background-color css
<style>
a { background-color: #E2DCDD; }
a { background-color: rgb(226,220,221); }
div.DivClassName
{
background-color: #E2DCDD;
}
.BgClassName
{
background-color: #E2DCDD;
}
</style>
border-color css
<style>
span { border-color: #E2DCDD; }
span { border-color: rgb(226,220,221); }
td.TdClassName
{
border-color: #E2DCDD;
}
.TagClassName
{
border-color: #E2DCDD;
}
</style>