Shades of Pale Rose #E7DADC
Tints of Pale Rose #E7DADC
RGB
CMYK
RGB Variations
Color information
#E7DADC (or 0xE7DADC) is known color: Pale Rose. HEX triplet: E7, DA and DC. RGB value is (231,218,220). Sum of RGB (Red+Green+Blue) = 231+218+220=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DADC is #182523. Grayscale: #DEDEDE. Windows color (decimal): -1582372 or 14473959. OLE color: 14473959.
HSL color Cylindrical-coordinate representation of color #E7DADC: hue angle of 350.77º 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 #E7DADC is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 220 | - |
CMYK | 0 | 0.06 | 0.05 | 0.09 |
HSL | 350.77º | 0.21% | 0.88% | - |
HSV(B) | 350.77º | 0.06% | 0.91% | - |
XYZ | 70.94 | 72.3 | 77.93 | - |
YUV | 222.12 | 126.81 | 134.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 220 | 0 | 0.06 | 0.05 | 0.09 | 350.77 | 0.21 | 0.88 |
Hex | E7 | DA | DC | 0 | 6 | 5 | 9 | 15F | 15 | 58 |
Octal | 347 | 332 | 334 | 0 | 6 | 5 | 11 | 537 | 25 | 130 |
Binary | 11100111 | 11011010 | 11011100 | 0 | 110 | 101 | 1001 | 101011111 | 10101 | 1011000 |
Color Harmonies of #E7DADC
Complementary color
Monochromatic Colors of #E7DADC
Black with #E7DADC
Text Example
Text Example
White with #E7DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DADC; }
p { color: rgb(231,218,220); }
H1.HeaderClassName
{
color: #E7DADC;
}
.AnyTagClassName
{
color: #E7DADC;
}
</style>
background-color css
<style>
a { background-color: #E7DADC; }
a { background-color: rgb(231,218,220); }
div.DivClassName
{
background-color: #E7DADC;
}
.BgClassName
{
background-color: #E7DADC;
}
</style>
border-color css
<style>
span { border-color: #E7DADC; }
span { border-color: rgb(231,218,220); }
td.TdClassName
{
border-color: #E7DADC;
}
.TagClassName
{
border-color: #E7DADC;
}
</style>