Shades of Pale Rose #E7DADD
Tints of Pale Rose #E7DADD
RGB
CMYK
RGB Variations
Color information
#E7DADD (or 0xE7DADD) is known color: Pale Rose. HEX triplet: E7, DA and DD. RGB value is (231,218,221). Sum of RGB (Red+Green+Blue) = 231+218+221=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DADD is #182522. Grayscale: #DEDEDE. Windows color (decimal): -1582371 or 14539495. OLE color: 14539495.
HSL color Cylindrical-coordinate representation of color #E7DADD: hue angle of 346.15º 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 #E7DADD is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 221 | - |
CMYK | 0 | 0.06 | 0.04 | 0.09 |
HSL | 346.15º | 0.21% | 0.88% | - |
HSV(B) | 346.15º | 0.06% | 0.91% | - |
XYZ | 71.08 | 72.35 | 78.63 | - |
YUV | 222.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 221 | 0 | 0.06 | 0.04 | 0.09 | 346.15 | 0.21 | 0.88 |
Hex | E7 | DA | DD | 0 | 6 | 4 | 9 | 15A | 15 | 58 |
Octal | 347 | 332 | 335 | 0 | 6 | 4 | 11 | 532 | 25 | 130 |
Binary | 11100111 | 11011010 | 11011101 | 0 | 110 | 100 | 1001 | 101011010 | 10101 | 1011000 |
Color Harmonies of #E7DADD
Complementary color
Monochromatic Colors of #E7DADD
Black with #E7DADD
Text Example
Text Example
White with #E7DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DADD; }
p { color: rgb(231,218,221); }
H1.HeaderClassName
{
color: #E7DADD;
}
.AnyTagClassName
{
color: #E7DADD;
}
</style>
background-color css
<style>
a { background-color: #E7DADD; }
a { background-color: rgb(231,218,221); }
div.DivClassName
{
background-color: #E7DADD;
}
.BgClassName
{
background-color: #E7DADD;
}
</style>
border-color css
<style>
span { border-color: #E7DADD; }
span { border-color: rgb(231,218,221); }
td.TdClassName
{
border-color: #E7DADD;
}
.TagClassName
{
border-color: #E7DADD;
}
</style>