Shades of Prim #E9D8DF
Tints of Prim #E9D8DF
RGB
CMYK
RGB Variations
Color information
#E9D8DF (or 0xE9D8DF) is known color: Prim. HEX triplet: E9, D8 and DF. RGB value is (233,216,223). Sum of RGB (Red+Green+Blue) = 233+216+223=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D8DF is #162720. Grayscale: #DDDDDD. Windows color (decimal): -1451809 or 14670057. OLE color: 14670057.
HSL color Cylindrical-coordinate representation of color #E9D8DF: hue angle of 335.29º degrees, saturation: 0.28, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9D8DF is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 223 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.09 |
| HSL | 335.29º | 0.28% | 0.88% | - |
| HSV(B) | 335.29º | 0.07% | 0.91% | - |
| XYZ | 71.48 | 71.76 | 79.9 | - |
| YUV | 221.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 223 | 0 | 0.07 | 0.04 | 0.09 | 335.29 | 0.28 | 0.88 |
| Hex | E9 | D8 | DF | 0 | 7 | 4 | 9 | 14F | 1C | 58 |
| Octal | 351 | 330 | 337 | 0 | 7 | 4 | 11 | 517 | 34 | 130 |
| Binary | 11101001 | 11011000 | 11011111 | 0 | 111 | 100 | 1001 | 101001111 | 11100 | 1011000 |
Color Harmonies of #E9D8DF
Complementary color
Monochromatic Colors of #E9D8DF
Black with #E9D8DF
Text Example
Text Example
White with #E9D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D8DF; }
p { color: rgb(233,216,223); }
H1.HeaderClassName
{
color: #E9D8DF;
}
.AnyTagClassName
{
color: #E9D8DF;
}
</style>
background-color css
<style>
a { background-color: #E9D8DF; }
a { background-color: rgb(233,216,223); }
div.DivClassName
{
background-color: #E9D8DF;
}
.BgClassName
{
background-color: #E9D8DF;
}
</style>
border-color css
<style>
span { border-color: #E9D8DF; }
span { border-color: rgb(233,216,223); }
td.TdClassName
{
border-color: #E9D8DF;
}
.TagClassName
{
border-color: #E9D8DF;
}
</style>