Shades of Pale Rose #E6DCDF
Tints of Pale Rose #E6DCDF
RGB
CMYK
RGB Variations
Color information
#E6DCDF (or 0xE6DCDF) is known color: Pale Rose. HEX triplet: E6, DC and DF. RGB value is (230,220,223). Sum of RGB (Red+Green+Blue) = 230+220+223=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCDF is #192320. Grayscale: #DFDFDF. Windows color (decimal): -1647393 or 14671078. OLE color: 14671078.
HSL color Cylindrical-coordinate representation of color #E6DCDF: hue angle of 342º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6DCDF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 223 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.10 |
| HSL | 342º | 0.17% | 0.88% | - |
| HSV(B) | 342º | 0.04% | 0.9% | - |
| XYZ | 71.55 | 73.34 | 80.2 | - |
| YUV | 223.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 223 | 0 | 0.04 | 0.03 | 0.10 | 342 | 0.17 | 0.88 |
| Hex | E6 | DC | DF | 0 | 4 | 3 | A | 156 | 11 | 58 |
| Octal | 346 | 334 | 337 | 0 | 4 | 3 | 12 | 526 | 21 | 130 |
| Binary | 11100110 | 11011100 | 11011111 | 0 | 100 | 11 | 1010 | 101010110 | 10001 | 1011000 |
Color Harmonies of #E6DCDF
Complementary color
Monochromatic Colors of #E6DCDF
Black with #E6DCDF
Text Example
Text Example
White with #E6DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCDF; }
p { color: rgb(230,220,223); }
H1.HeaderClassName
{
color: #E6DCDF;
}
.AnyTagClassName
{
color: #E6DCDF;
}
</style>
background-color css
<style>
a { background-color: #E6DCDF; }
a { background-color: rgb(230,220,223); }
div.DivClassName
{
background-color: #E6DCDF;
}
.BgClassName
{
background-color: #E6DCDF;
}
</style>
border-color css
<style>
span { border-color: #E6DCDF; }
span { border-color: rgb(230,220,223); }
td.TdClassName
{
border-color: #E6DCDF;
}
.TagClassName
{
border-color: #E6DCDF;
}
</style>