Shades of Pale Rose #E8DFE1
Tints of Pale Rose #E8DFE1
RGB
CMYK
RGB Variations
Color information
#E8DFE1 (or 0xE8DFE1) is known color: Pale Rose. HEX triplet: E8, DF and E1. RGB value is (232,223,225). Sum of RGB (Red+Green+Blue) = 232+223+225=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFE1 is #17201E. Grayscale: #E1E1E1. Windows color (decimal): -1515551 or 14802920. OLE color: 14802920.
HSL color Cylindrical-coordinate representation of color #E8DFE1: hue angle of 346.67º 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 #E8DFE1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 225 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.09 |
| HSL | 346.67º | 0.16% | 0.89% | - |
| HSV(B) | 346.67º | 0.04% | 0.91% | - |
| XYZ | 73.26 | 75.37 | 81.92 | - |
| YUV | 225.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 225 | 0 | 0.04 | 0.03 | 0.09 | 346.67 | 0.16 | 0.89 |
| Hex | E8 | DF | E1 | 0 | 4 | 3 | 9 | 15B | 10 | 59 |
| Octal | 350 | 337 | 341 | 0 | 4 | 3 | 11 | 533 | 20 | 131 |
| Binary | 11101000 | 11011111 | 11100001 | 0 | 100 | 11 | 1001 | 101011011 | 10000 | 1011001 |
Color Harmonies of #E8DFE1
Complementary color
Monochromatic Colors of #E8DFE1
Black with #E8DFE1
Text Example
Text Example
White with #E8DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFE1; }
p { color: rgb(232,223,225); }
H1.HeaderClassName
{
color: #E8DFE1;
}
.AnyTagClassName
{
color: #E8DFE1;
}
</style>
background-color css
<style>
a { background-color: #E8DFE1; }
a { background-color: rgb(232,223,225); }
div.DivClassName
{
background-color: #E8DFE1;
}
.BgClassName
{
background-color: #E8DFE1;
}
</style>
border-color css
<style>
span { border-color: #E8DFE1; }
span { border-color: rgb(232,223,225); }
td.TdClassName
{
border-color: #E8DFE1;
}
.TagClassName
{
border-color: #E8DFE1;
}
</style>