Shades of Pale Rose #E8DADE
Tints of Pale Rose #E8DADE
RGB
CMYK
RGB Variations
Color information
#E8DADE (or 0xE8DADE) is known color: Pale Rose. HEX triplet: E8, DA and DE. RGB value is (232,218,222). Sum of RGB (Red+Green+Blue) = 232+218+222=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DADE is #172521. Grayscale: #DEDEDE. Windows color (decimal): -1516834 or 14605032. OLE color: 14605032.
HSL color Cylindrical-coordinate representation of color #E8DADE: hue angle of 342.86º 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 #E8DADE is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 222 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.09 |
| HSL | 342.86º | 0.23% | 0.88% | - |
| HSV(B) | 342.86º | 0.06% | 0.91% | - |
| XYZ | 71.53 | 72.57 | 79.34 | - |
| YUV | 222.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 222 | 0 | 0.06 | 0.04 | 0.09 | 342.86 | 0.23 | 0.88 |
| Hex | E8 | DA | DE | 0 | 6 | 4 | 9 | 157 | 17 | 58 |
| Octal | 350 | 332 | 336 | 0 | 6 | 4 | 11 | 527 | 27 | 130 |
| Binary | 11101000 | 11011010 | 11011110 | 0 | 110 | 100 | 1001 | 101010111 | 10111 | 1011000 |
Color Harmonies of #E8DADE
Complementary color
Monochromatic Colors of #E8DADE
Black with #E8DADE
Text Example
Text Example
White with #E8DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DADE; }
p { color: rgb(232,218,222); }
H1.HeaderClassName
{
color: #E8DADE;
}
.AnyTagClassName
{
color: #E8DADE;
}
</style>
background-color css
<style>
a { background-color: #E8DADE; }
a { background-color: rgb(232,218,222); }
div.DivClassName
{
background-color: #E8DADE;
}
.BgClassName
{
background-color: #E8DADE;
}
</style>
border-color css
<style>
span { border-color: #E8DADE; }
span { border-color: rgb(232,218,222); }
td.TdClassName
{
border-color: #E8DADE;
}
.TagClassName
{
border-color: #E8DADE;
}
</style>