Shades of Pale Rose #E8DADD
Tints of Pale Rose #E8DADD
RGB
CMYK
RGB Variations
Color information
#E8DADD (or 0xE8DADD) is known color: Pale Rose. HEX triplet: E8, DA and DD. RGB value is (232,218,221). Sum of RGB (Red+Green+Blue) = 232+218+221=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DADD is #172522. Grayscale: #DEDEDE. Windows color (decimal): -1516835 or 14539496. OLE color: 14539496.
HSL color Cylindrical-coordinate representation of color #E8DADD: hue angle of 347.14º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8DADD is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 221 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.09 |
| HSL | 347.14º | 0.23% | 0.88% | - |
| HSV(B) | 347.14º | 0.06% | 0.91% | - |
| XYZ | 71.4 | 72.52 | 78.64 | - |
| YUV | 222.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 221 | 0 | 0.06 | 0.05 | 0.09 | 347.14 | 0.23 | 0.88 |
| Hex | E8 | DA | DD | 0 | 6 | 5 | 9 | 15B | 17 | 58 |
| Octal | 350 | 332 | 335 | 0 | 6 | 5 | 11 | 533 | 27 | 130 |
| Binary | 11101000 | 11011010 | 11011101 | 0 | 110 | 101 | 1001 | 101011011 | 10111 | 1011000 |
Color Harmonies of #E8DADD
Complementary color
Monochromatic Colors of #E8DADD
Black with #E8DADD
Text Example
Text Example
White with #E8DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DADD; }
p { color: rgb(232,218,221); }
H1.HeaderClassName
{
color: #E8DADD;
}
.AnyTagClassName
{
color: #E8DADD;
}
</style>
background-color css
<style>
a { background-color: #E8DADD; }
a { background-color: rgb(232,218,221); }
div.DivClassName
{
background-color: #E8DADD;
}
.BgClassName
{
background-color: #E8DADD;
}
</style>
border-color css
<style>
span { border-color: #E8DADD; }
span { border-color: rgb(232,218,221); }
td.TdClassName
{
border-color: #E8DADD;
}
.TagClassName
{
border-color: #E8DADD;
}
</style>