Shades of Pale Rose #E9D6D8
Tints of Pale Rose #E9D6D8
RGB
CMYK
RGB Variations
Color information
#E9D6D8 (or 0xE9D6D8) is known color: Pale Rose. HEX triplet: E9, D6 and D8. RGB value is (233,214,216). Sum of RGB (Red+Green+Blue) = 233+214+216=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6D8 is #162927. Grayscale: #DBDBDB. Windows color (decimal): -1452328 or 14210793. OLE color: 14210793.
HSL color Cylindrical-coordinate representation of color #E9D6D8: hue angle of 353.68º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9D6D8 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 216 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.09 |
| HSL | 353.68º | 0.3% | 0.88% | - |
| HSV(B) | 353.68º | 0.08% | 0.91% | - |
| XYZ | 70.05 | 70.37 | 74.86 | - |
| YUV | 219.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 216 | 0 | 0.08 | 0.07 | 0.09 | 353.68 | 0.3 | 0.88 |
| Hex | E9 | D6 | D8 | 0 | 8 | 7 | 9 | 162 | 1E | 58 |
| Octal | 351 | 326 | 330 | 0 | 10 | 7 | 11 | 542 | 36 | 130 |
| Binary | 11101001 | 11010110 | 11011000 | 0 | 1000 | 111 | 1001 | 101100010 | 11110 | 1011000 |
Color Harmonies of #E9D6D8
Complementary color
Monochromatic Colors of #E9D6D8
Black with #E9D6D8
Text Example
Text Example
White with #E9D6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D6D8; }
p { color: rgb(233,214,216); }
H1.HeaderClassName
{
color: #E9D6D8;
}
.AnyTagClassName
{
color: #E9D6D8;
}
</style>
background-color css
<style>
a { background-color: #E9D6D8; }
a { background-color: rgb(233,214,216); }
div.DivClassName
{
background-color: #E9D6D8;
}
.BgClassName
{
background-color: #E9D6D8;
}
</style>
border-color css
<style>
span { border-color: #E9D6D8; }
span { border-color: rgb(233,214,216); }
td.TdClassName
{
border-color: #E9D6D8;
}
.TagClassName
{
border-color: #E9D6D8;
}
</style>