Shades of Pale Rose #E7DCDD
Tints of Pale Rose #E7DCDD
RGB
CMYK
RGB Variations
Color information
#E7DCDD (or 0xE7DCDD) is known color: Pale Rose. HEX triplet: E7, DC and DD. RGB value is (231,220,221). Sum of RGB (Red+Green+Blue) = 231+220+221=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCDD is #182322. Grayscale: #DFDFDF. Windows color (decimal): -1581859 or 14540007. OLE color: 14540007.
HSL color Cylindrical-coordinate representation of color #E7DCDD: hue angle of 354.55º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7DCDD is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 220 | 221 | - |
CMYK | 0 | 0.05 | 0.04 | 0.09 |
HSL | 354.55º | 0.19% | 0.88% | - |
HSV(B) | 354.55º | 0.05% | 0.91% | - |
XYZ | 71.6 | 73.4 | 78.8 | - |
YUV | 223.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 221 | 0 | 0.05 | 0.04 | 0.09 | 354.55 | 0.19 | 0.88 |
Hex | E7 | DC | DD | 0 | 5 | 4 | 9 | 163 | 13 | 58 |
Octal | 347 | 334 | 335 | 0 | 5 | 4 | 11 | 543 | 23 | 130 |
Binary | 11100111 | 11011100 | 11011101 | 0 | 101 | 100 | 1001 | 101100011 | 10011 | 1011000 |
Color Harmonies of #E7DCDD
Complementary color
Monochromatic Colors of #E7DCDD
Black with #E7DCDD
Text Example
Text Example
White with #E7DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCDD; }
p { color: rgb(231,220,221); }
H1.HeaderClassName
{
color: #E7DCDD;
}
.AnyTagClassName
{
color: #E7DCDD;
}
</style>
background-color css
<style>
a { background-color: #E7DCDD; }
a { background-color: rgb(231,220,221); }
div.DivClassName
{
background-color: #E7DCDD;
}
.BgClassName
{
background-color: #E7DCDD;
}
</style>
border-color css
<style>
span { border-color: #E7DCDD; }
span { border-color: rgb(231,220,221); }
td.TdClassName
{
border-color: #E7DCDD;
}
.TagClassName
{
border-color: #E7DCDD;
}
</style>