Shades of Pale Rose #E3DFE0
Tints of Pale Rose #E3DFE0
RGB
CMYK
RGB Variations
Color information
#E3DFE0 (or 0xE3DFE0) is known color: Pale Rose. HEX triplet: E3, DF and E0. RGB value is (227,223,224). Sum of RGB (Red+Green+Blue) = 227+223+224=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DFE0 is #1C201F. Grayscale: #E0E0E0. Windows color (decimal): -1843232 or 14737379. OLE color: 14737379.
HSL color Cylindrical-coordinate representation of color #E3DFE0: hue angle of 345º degrees, saturation: 0.07, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E3DFE0 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 224 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.11 |
| HSL | 345º | 0.07% | 0.88% | - |
| HSV(B) | 345º | 0.02% | 0.89% | - |
| XYZ | 71.52 | 74.49 | 81.13 | - |
| YUV | 224.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 224 | 0 | 0.02 | 0.01 | 0.11 | 345 | 0.07 | 0.88 |
| Hex | E3 | DF | E0 | 0 | 2 | 1 | B | 159 | 7 | 58 |
| Octal | 343 | 337 | 340 | 0 | 2 | 1 | 13 | 531 | 7 | 130 |
| Binary | 11100011 | 11011111 | 11100000 | 0 | 10 | 1 | 1011 | 101011001 | 111 | 1011000 |
Color Harmonies of #E3DFE0
Complementary color
Monochromatic Colors of #E3DFE0
Black with #E3DFE0
Text Example
Text Example
White with #E3DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DFE0; }
p { color: rgb(227,223,224); }
H1.HeaderClassName
{
color: #E3DFE0;
}
.AnyTagClassName
{
color: #E3DFE0;
}
</style>
background-color css
<style>
a { background-color: #E3DFE0; }
a { background-color: rgb(227,223,224); }
div.DivClassName
{
background-color: #E3DFE0;
}
.BgClassName
{
background-color: #E3DFE0;
}
</style>
border-color css
<style>
span { border-color: #E3DFE0; }
span { border-color: rgb(227,223,224); }
td.TdClassName
{
border-color: #E3DFE0;
}
.TagClassName
{
border-color: #E3DFE0;
}
</style>