Shades of Pale Rose #E7DEDF
Tints of Pale Rose #E7DEDF
RGB
CMYK
RGB Variations
Color information
#E7DEDF (or 0xE7DEDF) is known color: Pale Rose. HEX triplet: E7, DE and DF. RGB value is (231,222,223). Sum of RGB (Red+Green+Blue) = 231+222+223=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DEDF is #182120. Grayscale: #E0E0E0. Windows color (decimal): -1581345 or 14671591. OLE color: 14671591.
HSL color Cylindrical-coordinate representation of color #E7DEDF: hue angle of 353.33º degrees, saturation: 0.16, 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 #E7DEDF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 222 | 223 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.09 |
| HSL | 353.33º | 0.16% | 0.89% | - |
| HSV(B) | 353.33º | 0.04% | 0.91% | - |
| XYZ | 72.4 | 74.56 | 80.39 | - |
| YUV | 224.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 223 | 0 | 0.04 | 0.03 | 0.09 | 353.33 | 0.16 | 0.89 |
| Hex | E7 | DE | DF | 0 | 4 | 3 | 9 | 161 | 10 | 59 |
| Octal | 347 | 336 | 337 | 0 | 4 | 3 | 11 | 541 | 20 | 131 |
| Binary | 11100111 | 11011110 | 11011111 | 0 | 100 | 11 | 1001 | 101100001 | 10000 | 1011001 |
Color Harmonies of #E7DEDF
Complementary color
Monochromatic Colors of #E7DEDF
Black with #E7DEDF
Text Example
Text Example
White with #E7DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEDF; }
p { color: rgb(231,222,223); }
H1.HeaderClassName
{
color: #E7DEDF;
}
.AnyTagClassName
{
color: #E7DEDF;
}
</style>
background-color css
<style>
a { background-color: #E7DEDF; }
a { background-color: rgb(231,222,223); }
div.DivClassName
{
background-color: #E7DEDF;
}
.BgClassName
{
background-color: #E7DEDF;
}
</style>
border-color css
<style>
span { border-color: #E7DEDF; }
span { border-color: rgb(231,222,223); }
td.TdClassName
{
border-color: #E7DEDF;
}
.TagClassName
{
border-color: #E7DEDF;
}
</style>