Shades of Pale Rose #E6DCDD
Tints of Pale Rose #E6DCDD
RGB
CMYK
RGB Variations
Color information
#E6DCDD (or 0xE6DCDD) is known color: Pale Rose. HEX triplet: E6, DC and DD. RGB value is (230,220,221). Sum of RGB (Red+Green+Blue) = 230+220+221=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCDD is #192322. Grayscale: #DFDFDF. Windows color (decimal): -1647395 or 14540006. OLE color: 14540006.
HSL color Cylindrical-coordinate representation of color #E6DCDD: hue angle of 354º 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 #E6DCDD is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 220 | 221 | - |
CMYK | 0 | 0.04 | 0.04 | 0.10 |
HSL | 354º | 0.17% | 0.88% | - |
HSV(B) | 354º | 0.04% | 0.9% | - |
XYZ | 71.28 | 73.23 | 78.78 | - |
YUV | 223.1 | 126.81 | 132.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 220 | 221 | 0 | 0.04 | 0.04 | 0.10 | 354 | 0.17 | 0.88 |
Hex | E6 | DC | DD | 0 | 4 | 4 | A | 162 | 11 | 58 |
Octal | 346 | 334 | 335 | 0 | 4 | 4 | 12 | 542 | 21 | 130 |
Binary | 11100110 | 11011100 | 11011101 | 0 | 100 | 100 | 1010 | 101100010 | 10001 | 1011000 |
Color Harmonies of #E6DCDD
Complementary color
Monochromatic Colors of #E6DCDD
Black with #E6DCDD
Text Example
Text Example
White with #E6DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCDD; }
p { color: rgb(230,220,221); }
H1.HeaderClassName
{
color: #E6DCDD;
}
.AnyTagClassName
{
color: #E6DCDD;
}
</style>
background-color css
<style>
a { background-color: #E6DCDD; }
a { background-color: rgb(230,220,221); }
div.DivClassName
{
background-color: #E6DCDD;
}
.BgClassName
{
background-color: #E6DCDD;
}
</style>
border-color css
<style>
span { border-color: #E6DCDD; }
span { border-color: rgb(230,220,221); }
td.TdClassName
{
border-color: #E6DCDD;
}
.TagClassName
{
border-color: #E6DCDD;
}
</style>