Shades of Pale Rose #E8D9DD
Tints of Pale Rose #E8D9DD
RGB
CMYK
RGB Variations
Color information
#E8D9DD (or 0xE8D9DD) is known color: Pale Rose. HEX triplet: E8, D9 and DD. RGB value is (232,217,221). Sum of RGB (Red+Green+Blue) = 232+217+221=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D9DD is #172622. Grayscale: #DDDDDD. Windows color (decimal): -1517091 or 14539240. OLE color: 14539240.
HSL color Cylindrical-coordinate representation of color #E8D9DD: hue angle of 344º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8D9DD is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 221 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.09 |
| HSL | 344º | 0.25% | 0.88% | - |
| HSV(B) | 344º | 0.06% | 0.91% | - |
| XYZ | 71.14 | 72 | 78.55 | - |
| YUV | 221.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 221 | 0 | 0.06 | 0.05 | 0.09 | 344 | 0.25 | 0.88 |
| Hex | E8 | D9 | DD | 0 | 6 | 5 | 9 | 158 | 19 | 58 |
| Octal | 350 | 331 | 335 | 0 | 6 | 5 | 11 | 530 | 31 | 130 |
| Binary | 11101000 | 11011001 | 11011101 | 0 | 110 | 101 | 1001 | 101011000 | 11001 | 1011000 |
Color Harmonies of #E8D9DD
Complementary color
Monochromatic Colors of #E8D9DD
Black with #E8D9DD
Text Example
Text Example
White with #E8D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D9DD; }
p { color: rgb(232,217,221); }
H1.HeaderClassName
{
color: #E8D9DD;
}
.AnyTagClassName
{
color: #E8D9DD;
}
</style>
background-color css
<style>
a { background-color: #E8D9DD; }
a { background-color: rgb(232,217,221); }
div.DivClassName
{
background-color: #E8D9DD;
}
.BgClassName
{
background-color: #E8D9DD;
}
</style>
border-color css
<style>
span { border-color: #E8D9DD; }
span { border-color: rgb(232,217,221); }
td.TdClassName
{
border-color: #E8D9DD;
}
.TagClassName
{
border-color: #E8D9DD;
}
</style>