Shades of Prim #E9D3DE
Tints of Prim #E9D3DE
RGB
CMYK
RGB Variations
Color information
#E9D3DE (or 0xE9D3DE) is known color: Prim. HEX triplet: E9, D3 and DE. RGB value is (233,211,222). Sum of RGB (Red+Green+Blue) = 233+211+222=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3DE is #162C21. Grayscale: #DADADA. Windows color (decimal): -1453090 or 14603241. OLE color: 14603241.
HSL color Cylindrical-coordinate representation of color #E9D3DE: hue angle of 330º 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 #E9D3DE is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 222 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.09 |
| HSL | 330º | 0.33% | 0.87% | - |
| HSV(B) | 330º | 0.09% | 0.91% | - |
| XYZ | 70.08 | 69.19 | 78.77 | - |
| YUV | 218.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 222 | 0 | 0.09 | 0.05 | 0.09 | 330 | 0.33 | 0.87 |
| Hex | E9 | D3 | DE | 0 | 9 | 5 | 9 | 14A | 21 | 57 |
| Octal | 351 | 323 | 336 | 0 | 11 | 5 | 11 | 512 | 41 | 127 |
| Binary | 11101001 | 11010011 | 11011110 | 0 | 1001 | 101 | 1001 | 101001010 | 100001 | 1010111 |
Color Harmonies of #E9D3DE
Complementary color
Monochromatic Colors of #E9D3DE
Black with #E9D3DE
Text Example
Text Example
White with #E9D3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D3DE; }
p { color: rgb(233,211,222); }
H1.HeaderClassName
{
color: #E9D3DE;
}
.AnyTagClassName
{
color: #E9D3DE;
}
</style>
background-color css
<style>
a { background-color: #E9D3DE; }
a { background-color: rgb(233,211,222); }
div.DivClassName
{
background-color: #E9D3DE;
}
.BgClassName
{
background-color: #E9D3DE;
}
</style>
border-color css
<style>
span { border-color: #E9D3DE; }
span { border-color: rgb(233,211,222); }
td.TdClassName
{
border-color: #E9D3DE;
}
.TagClassName
{
border-color: #E9D3DE;
}
</style>