Shades of Prim #E9D7DF
Tints of Prim #E9D7DF
RGB
CMYK
RGB Variations
Color information
#E9D7DF (or 0xE9D7DF) is known color: Prim. HEX triplet: E9, D7 and DF. RGB value is (233,215,223). Sum of RGB (Red+Green+Blue) = 233+215+223=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D7DF is #162820. Grayscale: #DDDDDD. Windows color (decimal): -1452065 or 14669801. OLE color: 14669801.
HSL color Cylindrical-coordinate representation of color #E9D7DF: hue angle of 333.33º degrees, saturation: 0.29, 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 #E9D7DF is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 215 | 223 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.09 |
| HSL | 333.33º | 0.29% | 0.88% | - |
| HSV(B) | 333.33º | 0.08% | 0.91% | - |
| XYZ | 71.22 | 71.25 | 79.81 | - |
| YUV | 221.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 223 | 0 | 0.08 | 0.04 | 0.09 | 333.33 | 0.29 | 0.88 |
| Hex | E9 | D7 | DF | 0 | 8 | 4 | 9 | 14D | 1D | 58 |
| Octal | 351 | 327 | 337 | 0 | 10 | 4 | 11 | 515 | 35 | 130 |
| Binary | 11101001 | 11010111 | 11011111 | 0 | 1000 | 100 | 1001 | 101001101 | 11101 | 1011000 |
Color Harmonies of #E9D7DF
Complementary color
Monochromatic Colors of #E9D7DF
Black with #E9D7DF
Text Example
Text Example
White with #E9D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D7DF; }
p { color: rgb(233,215,223); }
H1.HeaderClassName
{
color: #E9D7DF;
}
.AnyTagClassName
{
color: #E9D7DF;
}
</style>
background-color css
<style>
a { background-color: #E9D7DF; }
a { background-color: rgb(233,215,223); }
div.DivClassName
{
background-color: #E9D7DF;
}
.BgClassName
{
background-color: #E9D7DF;
}
</style>
border-color css
<style>
span { border-color: #E9D7DF; }
span { border-color: rgb(233,215,223); }
td.TdClassName
{
border-color: #E9D7DF;
}
.TagClassName
{
border-color: #E9D7DF;
}
</style>