Shades of Pale Rose #E3DDDE
Tints of Pale Rose #E3DDDE
RGB
CMYK
RGB Variations
Color information
#E3DDDE (or 0xE3DDDE) is known color: Pale Rose. HEX triplet: E3, DD and DE. RGB value is (227,221,222). Sum of RGB (Red+Green+Blue) = 227+221+222=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDDE is #1C2221. Grayscale: #DEDEDE. Windows color (decimal): -1843746 or 14605795. OLE color: 14605795.
HSL color Cylindrical-coordinate representation of color #E3DDDE: hue angle of 350º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E3DDDE is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 222 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.11 |
| HSL | 350º | 0.1% | 0.88% | - |
| HSV(B) | 350º | 0.03% | 0.89% | - |
| XYZ | 70.72 | 73.32 | 79.53 | - |
| YUV | 222.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 222 | 0 | 0.03 | 0.02 | 0.11 | 350 | 0.1 | 0.88 |
| Hex | E3 | DD | DE | 0 | 3 | 2 | B | 15E | A | 58 |
| Octal | 343 | 335 | 336 | 0 | 3 | 2 | 13 | 536 | 12 | 130 |
| Binary | 11100011 | 11011101 | 11011110 | 0 | 11 | 10 | 1011 | 101011110 | 1010 | 1011000 |
Color Harmonies of #E3DDDE
Complementary color
Monochromatic Colors of #E3DDDE
Black with #E3DDDE
Text Example
Text Example
White with #E3DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDDE; }
p { color: rgb(227,221,222); }
H1.HeaderClassName
{
color: #E3DDDE;
}
.AnyTagClassName
{
color: #E3DDDE;
}
</style>
background-color css
<style>
a { background-color: #E3DDDE; }
a { background-color: rgb(227,221,222); }
div.DivClassName
{
background-color: #E3DDDE;
}
.BgClassName
{
background-color: #E3DDDE;
}
</style>
border-color css
<style>
span { border-color: #E3DDDE; }
span { border-color: rgb(227,221,222); }
td.TdClassName
{
border-color: #E3DDDE;
}
.TagClassName
{
border-color: #E3DDDE;
}
</style>