Shades of Pale Rose #E7DADE
Tints of Pale Rose #E7DADE
RGB
CMYK
RGB Variations
Color information
#E7DADE (or 0xE7DADE) is known color: Pale Rose. HEX triplet: E7, DA and DE. RGB value is (231,218,222). Sum of RGB (Red+Green+Blue) = 231+218+222=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DADE is #182521. Grayscale: #DEDEDE. Windows color (decimal): -1582370 or 14605031. OLE color: 14605031.
HSL color Cylindrical-coordinate representation of color #E7DADE: hue angle of 341.54º degrees, saturation: 0.21, 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 #E7DADE is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 222 | - |
CMYK | 0 | 0.06 | 0.04 | 0.09 |
HSL | 341.54º | 0.21% | 0.88% | - |
HSV(B) | 341.54º | 0.06% | 0.91% | - |
XYZ | 71.21 | 72.41 | 79.33 | - |
YUV | 222.34 | 127.81 | 134.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 222 | 0 | 0.06 | 0.04 | 0.09 | 341.54 | 0.21 | 0.88 |
Hex | E7 | DA | DE | 0 | 6 | 4 | 9 | 156 | 15 | 58 |
Octal | 347 | 332 | 336 | 0 | 6 | 4 | 11 | 526 | 25 | 130 |
Binary | 11100111 | 11011010 | 11011110 | 0 | 110 | 100 | 1001 | 101010110 | 10101 | 1011000 |
Color Harmonies of #E7DADE
Complementary color
Monochromatic Colors of #E7DADE
Black with #E7DADE
Text Example
Text Example
White with #E7DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DADE; }
p { color: rgb(231,218,222); }
H1.HeaderClassName
{
color: #E7DADE;
}
.AnyTagClassName
{
color: #E7DADE;
}
</style>
background-color css
<style>
a { background-color: #E7DADE; }
a { background-color: rgb(231,218,222); }
div.DivClassName
{
background-color: #E7DADE;
}
.BgClassName
{
background-color: #E7DADE;
}
</style>
border-color css
<style>
span { border-color: #E7DADE; }
span { border-color: rgb(231,218,222); }
td.TdClassName
{
border-color: #E7DADE;
}
.TagClassName
{
border-color: #E7DADE;
}
</style>