Shades of Pale Rose #E7DBDD
Tints of Pale Rose #E7DBDD
RGB
CMYK
RGB Variations
Color information
#E7DBDD (or 0xE7DBDD) is known color: Pale Rose. HEX triplet: E7, DB and DD. RGB value is (231,219,221). Sum of RGB (Red+Green+Blue) = 231+219+221=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBDD is #182422. Grayscale: #DEDEDE. Windows color (decimal): -1582115 or 14539751. OLE color: 14539751.
HSL color Cylindrical-coordinate representation of color #E7DBDD: hue angle of 350º degrees, saturation: 0.2, 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 #E7DBDD is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 219 | 221 | - |
CMYK | 0 | 0.05 | 0.04 | 0.09 |
HSL | 350º | 0.2% | 0.88% | - |
HSV(B) | 350º | 0.05% | 0.91% | - |
XYZ | 71.34 | 72.87 | 78.71 | - |
YUV | 222.82 | 126.98 | 133.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 221 | 0 | 0.05 | 0.04 | 0.09 | 350 | 0.2 | 0.88 |
Hex | E7 | DB | DD | 0 | 5 | 4 | 9 | 15E | 14 | 58 |
Octal | 347 | 333 | 335 | 0 | 5 | 4 | 11 | 536 | 24 | 130 |
Binary | 11100111 | 11011011 | 11011101 | 0 | 101 | 100 | 1001 | 101011110 | 10100 | 1011000 |
Color Harmonies of #E7DBDD
Complementary color
Monochromatic Colors of #E7DBDD
Black with #E7DBDD
Text Example
Text Example
White with #E7DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBDD; }
p { color: rgb(231,219,221); }
H1.HeaderClassName
{
color: #E7DBDD;
}
.AnyTagClassName
{
color: #E7DBDD;
}
</style>
background-color css
<style>
a { background-color: #E7DBDD; }
a { background-color: rgb(231,219,221); }
div.DivClassName
{
background-color: #E7DBDD;
}
.BgClassName
{
background-color: #E7DBDD;
}
</style>
border-color css
<style>
span { border-color: #E7DBDD; }
span { border-color: rgb(231,219,221); }
td.TdClassName
{
border-color: #E7DBDD;
}
.TagClassName
{
border-color: #E7DBDD;
}
</style>