Shades of Pale Rose #E1D6D7
Tints of Pale Rose #E1D6D7
RGB
CMYK
RGB Variations
Color information
#E1D6D7 (or 0xE1D6D7) is known color: Pale Rose. HEX triplet: E1, D6 and D7. RGB value is (225,214,215). Sum of RGB (Red+Green+Blue) = 225+214+215=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6D7 is #1E2928. Grayscale: #D9D9D9. Windows color (decimal): -1976617 or 14145249. OLE color: 14145249.
HSL color Cylindrical-coordinate representation of color #E1D6D7: hue angle of 354.55º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1D6D7 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 215 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.12 |
| HSL | 354.55º | 0.15% | 0.86% | - |
| HSV(B) | 354.55º | 0.05% | 0.88% | - |
| XYZ | 67.36 | 69.01 | 74.06 | - |
| YUV | 217.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 215 | 0 | 0.05 | 0.04 | 0.12 | 354.55 | 0.15 | 0.86 |
| Hex | E1 | D6 | D7 | 0 | 5 | 4 | C | 163 | F | 56 |
| Octal | 341 | 326 | 327 | 0 | 5 | 4 | 14 | 543 | 17 | 126 |
| Binary | 11100001 | 11010110 | 11010111 | 0 | 101 | 100 | 1100 | 101100011 | 1111 | 1010110 |
Color Harmonies of #E1D6D7
Complementary color
Monochromatic Colors of #E1D6D7
Black with #E1D6D7
Text Example
Text Example
White with #E1D6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6D7; }
p { color: rgb(225,214,215); }
H1.HeaderClassName
{
color: #E1D6D7;
}
.AnyTagClassName
{
color: #E1D6D7;
}
</style>
background-color css
<style>
a { background-color: #E1D6D7; }
a { background-color: rgb(225,214,215); }
div.DivClassName
{
background-color: #E1D6D7;
}
.BgClassName
{
background-color: #E1D6D7;
}
</style>
border-color css
<style>
span { border-color: #E1D6D7; }
span { border-color: rgb(225,214,215); }
td.TdClassName
{
border-color: #E1D6D7;
}
.TagClassName
{
border-color: #E1D6D7;
}
</style>