Shades of Pale Rose #E7DCDF
Tints of Pale Rose #E7DCDF
RGB
CMYK
RGB Variations
Color information
#E7DCDF (or 0xE7DCDF) is known color: Pale Rose. HEX triplet: E7, DC and DF. RGB value is (231,220,223). Sum of RGB (Red+Green+Blue) = 231+220+223=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCDF is #182320. Grayscale: #DFDFDF. Windows color (decimal): -1581857 or 14671079. OLE color: 14671079.
HSL color Cylindrical-coordinate representation of color #E7DCDF: hue angle of 343.64º 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 #E7DCDF is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 220 | 223 | - |
CMYK | 0 | 0.05 | 0.03 | 0.09 |
HSL | 343.64º | 0.19% | 0.88% | - |
HSV(B) | 343.64º | 0.05% | 0.91% | - |
XYZ | 71.87 | 73.5 | 80.21 | - |
YUV | 223.63 | 127.64 | 133.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 223 | 0 | 0.05 | 0.03 | 0.09 | 343.64 | 0.19 | 0.88 |
Hex | E7 | DC | DF | 0 | 5 | 3 | 9 | 158 | 13 | 58 |
Octal | 347 | 334 | 337 | 0 | 5 | 3 | 11 | 530 | 23 | 130 |
Binary | 11100111 | 11011100 | 11011111 | 0 | 101 | 11 | 1001 | 101011000 | 10011 | 1011000 |
Color Harmonies of #E7DCDF
Complementary color
Monochromatic Colors of #E7DCDF
Black with #E7DCDF
Text Example
Text Example
White with #E7DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCDF; }
p { color: rgb(231,220,223); }
H1.HeaderClassName
{
color: #E7DCDF;
}
.AnyTagClassName
{
color: #E7DCDF;
}
</style>
background-color css
<style>
a { background-color: #E7DCDF; }
a { background-color: rgb(231,220,223); }
div.DivClassName
{
background-color: #E7DCDF;
}
.BgClassName
{
background-color: #E7DCDF;
}
</style>
border-color css
<style>
span { border-color: #E7DCDF; }
span { border-color: rgb(231,220,223); }
td.TdClassName
{
border-color: #E7DCDF;
}
.TagClassName
{
border-color: #E7DCDF;
}
</style>