Shades of Pale Rose #E7DBDF
Tints of Pale Rose #E7DBDF
RGB
CMYK
RGB Variations
Color information
#E7DBDF (or 0xE7DBDF) is known color: Pale Rose. HEX triplet: E7, DB and DF. RGB value is (231,219,223). Sum of RGB (Red+Green+Blue) = 231+219+223=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBDF is #182420. Grayscale: #DFDFDF. Windows color (decimal): -1582113 or 14670823. OLE color: 14670823.
HSL color Cylindrical-coordinate representation of color #E7DBDF: hue angle of 340º 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 #E7DBDF is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 219 | 223 | - |
CMYK | 0 | 0.05 | 0.03 | 0.09 |
HSL | 340º | 0.2% | 0.88% | - |
HSV(B) | 340º | 0.05% | 0.91% | - |
XYZ | 71.61 | 72.98 | 80.12 | - |
YUV | 223.04 | 127.98 | 133.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 223 | 0 | 0.05 | 0.03 | 0.09 | 340 | 0.2 | 0.88 |
Hex | E7 | DB | DF | 0 | 5 | 3 | 9 | 154 | 14 | 58 |
Octal | 347 | 333 | 337 | 0 | 5 | 3 | 11 | 524 | 24 | 130 |
Binary | 11100111 | 11011011 | 11011111 | 0 | 101 | 11 | 1001 | 101010100 | 10100 | 1011000 |
Color Harmonies of #E7DBDF
Complementary color
Monochromatic Colors of #E7DBDF
Black with #E7DBDF
Text Example
Text Example
White with #E7DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBDF; }
p { color: rgb(231,219,223); }
H1.HeaderClassName
{
color: #E7DBDF;
}
.AnyTagClassName
{
color: #E7DBDF;
}
</style>
background-color css
<style>
a { background-color: #E7DBDF; }
a { background-color: rgb(231,219,223); }
div.DivClassName
{
background-color: #E7DBDF;
}
.BgClassName
{
background-color: #E7DBDF;
}
</style>
border-color css
<style>
span { border-color: #E7DBDF; }
span { border-color: rgb(231,219,223); }
td.TdClassName
{
border-color: #E7DBDF;
}
.TagClassName
{
border-color: #E7DBDF;
}
</style>