Shades of Pale Rose #E6DFE0
Tints of Pale Rose #E6DFE0
RGB
CMYK
RGB Variations
Color information
#E6DFE0 (or 0xE6DFE0) is known color: Pale Rose. HEX triplet: E6, DF and E0. RGB value is (230,223,224). Sum of RGB (Red+Green+Blue) = 230+223+224=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFE0 is #19201F. Grayscale: #E1E1E1. Windows color (decimal): -1646624 or 14737382. OLE color: 14737382.
HSL color Cylindrical-coordinate representation of color #E6DFE0: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DFE0 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 224 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.10 |
| HSL | 351.43º | 0.12% | 0.89% | - |
| HSV(B) | 351.43º | 0.03% | 0.9% | - |
| XYZ | 72.48 | 74.98 | 81.17 | - |
| YUV | 225.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 224 | 0 | 0.03 | 0.03 | 0.10 | 351.43 | 0.12 | 0.89 |
| Hex | E6 | DF | E0 | 0 | 3 | 3 | A | 15F | C | 59 |
| Octal | 346 | 337 | 340 | 0 | 3 | 3 | 12 | 537 | 14 | 131 |
| Binary | 11100110 | 11011111 | 11100000 | 0 | 11 | 11 | 1010 | 101011111 | 1100 | 1011001 |
Color Harmonies of #E6DFE0
Complementary color
Monochromatic Colors of #E6DFE0
Black with #E6DFE0
Text Example
Text Example
White with #E6DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFE0; }
p { color: rgb(230,223,224); }
H1.HeaderClassName
{
color: #E6DFE0;
}
.AnyTagClassName
{
color: #E6DFE0;
}
</style>
background-color css
<style>
a { background-color: #E6DFE0; }
a { background-color: rgb(230,223,224); }
div.DivClassName
{
background-color: #E6DFE0;
}
.BgClassName
{
background-color: #E6DFE0;
}
</style>
border-color css
<style>
span { border-color: #E6DFE0; }
span { border-color: rgb(230,223,224); }
td.TdClassName
{
border-color: #E6DFE0;
}
.TagClassName
{
border-color: #E6DFE0;
}
</style>