Shades of Pale Rose #E2DADB
Tints of Pale Rose #E2DADB
RGB
CMYK
RGB Variations
Color information
#E2DADB (or 0xE2DADB) is known color: Pale Rose. HEX triplet: E2, DA and DB. RGB value is (226,218,219). Sum of RGB (Red+Green+Blue) = 226+218+219=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DADB is #1D2524. Grayscale: #DCDCDC. Windows color (decimal): -1910053 or 14408418. OLE color: 14408418.
HSL color Cylindrical-coordinate representation of color #E2DADB: hue angle of 352.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2DADB is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 218 | 219 | - |
CMYK | 0 | 0.04 | 0.03 | 0.11 |
HSL | 352.5º | 0.12% | 0.87% | - |
HSV(B) | 352.5º | 0.04% | 0.89% | - |
XYZ | 69.22 | 71.43 | 77.16 | - |
YUV | 220.51 | 127.15 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 219 | 0 | 0.04 | 0.03 | 0.11 | 352.5 | 0.12 | 0.87 |
Hex | E2 | DA | DB | 0 | 4 | 3 | B | 160 | C | 57 |
Octal | 342 | 332 | 333 | 0 | 4 | 3 | 13 | 540 | 14 | 127 |
Binary | 11100010 | 11011010 | 11011011 | 0 | 100 | 11 | 1011 | 101100000 | 1100 | 1010111 |
Color Harmonies of #E2DADB
Complementary color
Monochromatic Colors of #E2DADB
Black with #E2DADB
Text Example
Text Example
White with #E2DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DADB; }
p { color: rgb(226,218,219); }
H1.HeaderClassName
{
color: #E2DADB;
}
.AnyTagClassName
{
color: #E2DADB;
}
</style>
background-color css
<style>
a { background-color: #E2DADB; }
a { background-color: rgb(226,218,219); }
div.DivClassName
{
background-color: #E2DADB;
}
.BgClassName
{
background-color: #E2DADB;
}
</style>
border-color css
<style>
span { border-color: #E2DADB; }
span { border-color: rgb(226,218,219); }
td.TdClassName
{
border-color: #E2DADB;
}
.TagClassName
{
border-color: #E2DADB;
}
</style>