Shades of Pale Rose #E2DDDE
Tints of Pale Rose #E2DDDE
RGB
CMYK
RGB Variations
Color information
#E2DDDE (or 0xE2DDDE) is known color: Pale Rose. HEX triplet: E2, DD and DE. RGB value is (226,221,222). Sum of RGB (Red+Green+Blue) = 226+221+222=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDDE is #1D2221. Grayscale: #DEDEDE. Windows color (decimal): -1909282 or 14605794. OLE color: 14605794.
HSL color Cylindrical-coordinate representation of color #E2DDDE: hue angle of 348º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2DDDE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 222 | - |
CMYK | 0 | 0.02 | 0.02 | 0.11 |
HSL | 348º | 0.08% | 0.88% | - |
HSV(B) | 348º | 0.02% | 0.89% | - |
XYZ | 70.41 | 73.16 | 79.52 | - |
YUV | 222.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 222 | 0 | 0.02 | 0.02 | 0.11 | 348 | 0.08 | 0.88 |
Hex | E2 | DD | DE | 0 | 2 | 2 | B | 15C | 8 | 58 |
Octal | 342 | 335 | 336 | 0 | 2 | 2 | 13 | 534 | 10 | 130 |
Binary | 11100010 | 11011101 | 11011110 | 0 | 10 | 10 | 1011 | 101011100 | 1000 | 1011000 |
Color Harmonies of #E2DDDE
Complementary color
Monochromatic Colors of #E2DDDE
Black with #E2DDDE
Text Example
Text Example
White with #E2DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDDE; }
p { color: rgb(226,221,222); }
H1.HeaderClassName
{
color: #E2DDDE;
}
.AnyTagClassName
{
color: #E2DDDE;
}
</style>
background-color css
<style>
a { background-color: #E2DDDE; }
a { background-color: rgb(226,221,222); }
div.DivClassName
{
background-color: #E2DDDE;
}
.BgClassName
{
background-color: #E2DDDE;
}
</style>
border-color css
<style>
span { border-color: #E2DDDE; }
span { border-color: rgb(226,221,222); }
td.TdClassName
{
border-color: #E2DDDE;
}
.TagClassName
{
border-color: #E2DDDE;
}
</style>