Shades of Pale Rose #E7DDDF
Tints of Pale Rose #E7DDDF
RGB
CMYK
RGB Variations
Color information
#E7DDDF (or 0xE7DDDF) is known color: Pale Rose. HEX triplet: E7, DD and DF. RGB value is (231,221,223). Sum of RGB (Red+Green+Blue) = 231+221+223=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDDF is #182220. Grayscale: #E0E0E0. Windows color (decimal): -1581601 or 14671335. OLE color: 14671335.
HSL color Cylindrical-coordinate representation of color #E7DDDF: hue angle of 348º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7DDDF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 221 | 223 | - |
CMYK | 0 | 0.04 | 0.03 | 0.09 |
HSL | 348º | 0.17% | 0.89% | - |
HSV(B) | 348º | 0.04% | 0.91% | - |
XYZ | 72.13 | 74.03 | 80.3 | - |
YUV | 224.22 | 127.31 | 132.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 221 | 223 | 0 | 0.04 | 0.03 | 0.09 | 348 | 0.17 | 0.89 |
Hex | E7 | DD | DF | 0 | 4 | 3 | 9 | 15C | 11 | 59 |
Octal | 347 | 335 | 337 | 0 | 4 | 3 | 11 | 534 | 21 | 131 |
Binary | 11100111 | 11011101 | 11011111 | 0 | 100 | 11 | 1001 | 101011100 | 10001 | 1011001 |
Color Harmonies of #E7DDDF
Complementary color
Monochromatic Colors of #E7DDDF
Black with #E7DDDF
Text Example
Text Example
White with #E7DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDDF; }
p { color: rgb(231,221,223); }
H1.HeaderClassName
{
color: #E7DDDF;
}
.AnyTagClassName
{
color: #E7DDDF;
}
</style>
background-color css
<style>
a { background-color: #E7DDDF; }
a { background-color: rgb(231,221,223); }
div.DivClassName
{
background-color: #E7DDDF;
}
.BgClassName
{
background-color: #E7DDDF;
}
</style>
border-color css
<style>
span { border-color: #E7DDDF; }
span { border-color: rgb(231,221,223); }
td.TdClassName
{
border-color: #E7DDDF;
}
.TagClassName
{
border-color: #E7DDDF;
}
</style>