Shades of Pale Rose #E1DDDE
Tints of Pale Rose #E1DDDE
RGB
CMYK
RGB Variations
Color information
#E1DDDE (or 0xE1DDDE) is known color: Pale Rose. HEX triplet: E1, DD and DE. RGB value is (225,221,222). Sum of RGB (Red+Green+Blue) = 225+221+222=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDDE is #1E2221. Grayscale: #DEDEDE. Windows color (decimal): -1974818 or 14605793. OLE color: 14605793.
HSL color Cylindrical-coordinate representation of color #E1DDDE: hue angle of 345º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E1DDDE is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 222 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.12 |
| HSL | 345º | 0.06% | 0.87% | - |
| HSV(B) | 345º | 0.02% | 0.88% | - |
| XYZ | 70.09 | 72.99 | 79.5 | - |
| YUV | 222.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 222 | 0 | 0.02 | 0.01 | 0.12 | 345 | 0.06 | 0.87 |
| Hex | E1 | DD | DE | 0 | 2 | 1 | C | 159 | 6 | 57 |
| Octal | 341 | 335 | 336 | 0 | 2 | 1 | 14 | 531 | 6 | 127 |
| Binary | 11100001 | 11011101 | 11011110 | 0 | 10 | 1 | 1100 | 101011001 | 110 | 1010111 |
Color Harmonies of #E1DDDE
Complementary color
Monochromatic Colors of #E1DDDE
Black with #E1DDDE
Text Example
Text Example
White with #E1DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDDE; }
p { color: rgb(225,221,222); }
H1.HeaderClassName
{
color: #E1DDDE;
}
.AnyTagClassName
{
color: #E1DDDE;
}
</style>
background-color css
<style>
a { background-color: #E1DDDE; }
a { background-color: rgb(225,221,222); }
div.DivClassName
{
background-color: #E1DDDE;
}
.BgClassName
{
background-color: #E1DDDE;
}
</style>
border-color css
<style>
span { border-color: #E1DDDE; }
span { border-color: rgb(225,221,222); }
td.TdClassName
{
border-color: #E1DDDE;
}
.TagClassName
{
border-color: #E1DDDE;
}
</style>