Shades of Pale Rose #E9DFE0
Tints of Pale Rose #E9DFE0
RGB
CMYK
RGB Variations
Color information
#E9DFE0 (or 0xE9DFE0) is known color: Pale Rose. HEX triplet: E9, DF and E0. RGB value is (233,223,224). Sum of RGB (Red+Green+Blue) = 233+223+224=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFE0 is #16201F. Grayscale: #E2E2E2. Windows color (decimal): -1450016 or 14737385. OLE color: 14737385.
HSL color Cylindrical-coordinate representation of color #E9DFE0: hue angle of 354º degrees, saturation: 0.19, 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 #E9DFE0 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 224 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.09 |
| HSL | 354º | 0.19% | 0.89% | - |
| HSV(B) | 354º | 0.04% | 0.91% | - |
| XYZ | 73.45 | 75.48 | 81.22 | - |
| YUV | 226.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 224 | 0 | 0.04 | 0.04 | 0.09 | 354 | 0.19 | 0.89 |
| Hex | E9 | DF | E0 | 0 | 4 | 4 | 9 | 162 | 13 | 59 |
| Octal | 351 | 337 | 340 | 0 | 4 | 4 | 11 | 542 | 23 | 131 |
| Binary | 11101001 | 11011111 | 11100000 | 0 | 100 | 100 | 1001 | 101100010 | 10011 | 1011001 |
Color Harmonies of #E9DFE0
Complementary color
Monochromatic Colors of #E9DFE0
Black with #E9DFE0
Text Example
Text Example
White with #E9DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFE0; }
p { color: rgb(233,223,224); }
H1.HeaderClassName
{
color: #E9DFE0;
}
.AnyTagClassName
{
color: #E9DFE0;
}
</style>
background-color css
<style>
a { background-color: #E9DFE0; }
a { background-color: rgb(233,223,224); }
div.DivClassName
{
background-color: #E9DFE0;
}
.BgClassName
{
background-color: #E9DFE0;
}
</style>
border-color css
<style>
span { border-color: #E9DFE0; }
span { border-color: rgb(233,223,224); }
td.TdClassName
{
border-color: #E9DFE0;
}
.TagClassName
{
border-color: #E9DFE0;
}
</style>