Shades of Pale Rose #E6D9DD
Tints of Pale Rose #E6D9DD
RGB
CMYK
RGB Variations
Color information
#E6D9DD (or 0xE6D9DD) is known color: Pale Rose. HEX triplet: E6, D9 and DD. RGB value is (230,217,221). Sum of RGB (Red+Green+Blue) = 230+217+221=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9DD is #192622. Grayscale: #DDDDDD. Windows color (decimal): -1648163 or 14539238. OLE color: 14539238.
HSL color Cylindrical-coordinate representation of color #E6D9DD: hue angle of 341.54º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6D9DD is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 221 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.10 |
| HSL | 341.54º | 0.21% | 0.88% | - |
| HSV(B) | 341.54º | 0.06% | 0.9% | - |
| XYZ | 70.5 | 71.67 | 78.52 | - |
| YUV | 221.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 221 | 0 | 0.06 | 0.04 | 0.10 | 341.54 | 0.21 | 0.88 |
| Hex | E6 | D9 | DD | 0 | 6 | 4 | A | 156 | 15 | 58 |
| Octal | 346 | 331 | 335 | 0 | 6 | 4 | 12 | 526 | 25 | 130 |
| Binary | 11100110 | 11011001 | 11011101 | 0 | 110 | 100 | 1010 | 101010110 | 10101 | 1011000 |
Color Harmonies of #E6D9DD
Complementary color
Monochromatic Colors of #E6D9DD
Black with #E6D9DD
Text Example
Text Example
White with #E6D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9DD; }
p { color: rgb(230,217,221); }
H1.HeaderClassName
{
color: #E6D9DD;
}
.AnyTagClassName
{
color: #E6D9DD;
}
</style>
background-color css
<style>
a { background-color: #E6D9DD; }
a { background-color: rgb(230,217,221); }
div.DivClassName
{
background-color: #E6D9DD;
}
.BgClassName
{
background-color: #E6D9DD;
}
</style>
border-color css
<style>
span { border-color: #E6D9DD; }
span { border-color: rgb(230,217,221); }
td.TdClassName
{
border-color: #E6D9DD;
}
.TagClassName
{
border-color: #E6D9DD;
}
</style>