Shades of Prim #E9D3DC
Tints of Prim #E9D3DC
RGB
CMYK
RGB Variations
Color information
#E9D3DC (or 0xE9D3DC) is known color: Prim. HEX triplet: E9, D3 and DC. RGB value is (233,211,220). Sum of RGB (Red+Green+Blue) = 233+211+220=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3DC is #162C23. Grayscale: #DADADA. Windows color (decimal): -1453092 or 14472169. OLE color: 14472169.
HSL color Cylindrical-coordinate representation of color #E9D3DC: hue angle of 335.45º degrees, saturation: 0.33, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9D3DC is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 220 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.09 |
| HSL | 335.45º | 0.33% | 0.87% | - |
| HSV(B) | 335.45º | 0.09% | 0.91% | - |
| XYZ | 69.82 | 69.08 | 77.36 | - |
| YUV | 218.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 220 | 0 | 0.09 | 0.06 | 0.09 | 335.45 | 0.33 | 0.87 |
| Hex | E9 | D3 | DC | 0 | 9 | 6 | 9 | 14F | 21 | 57 |
| Octal | 351 | 323 | 334 | 0 | 11 | 6 | 11 | 517 | 41 | 127 |
| Binary | 11101001 | 11010011 | 11011100 | 0 | 1001 | 110 | 1001 | 101001111 | 100001 | 1010111 |
Color Harmonies of #E9D3DC
Complementary color
Monochromatic Colors of #E9D3DC
Black with #E9D3DC
Text Example
Text Example
White with #E9D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D3DC; }
p { color: rgb(233,211,220); }
H1.HeaderClassName
{
color: #E9D3DC;
}
.AnyTagClassName
{
color: #E9D3DC;
}
</style>
background-color css
<style>
a { background-color: #E9D3DC; }
a { background-color: rgb(233,211,220); }
div.DivClassName
{
background-color: #E9D3DC;
}
.BgClassName
{
background-color: #E9D3DC;
}
</style>
border-color css
<style>
span { border-color: #E9D3DC; }
span { border-color: rgb(233,211,220); }
td.TdClassName
{
border-color: #E9D3DC;
}
.TagClassName
{
border-color: #E9D3DC;
}
</style>