Shades of Prim #E9D2D9
Tints of Prim #E9D2D9
RGB
CMYK
RGB Variations
Color information
#E9D2D9 (or 0xE9D2D9) is known color: Prim. HEX triplet: E9, D2 and D9. RGB value is (233,210,217). Sum of RGB (Red+Green+Blue) = 233+210+217=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2D9 is #162D26. Grayscale: #D9D9D9. Windows color (decimal): -1453351 or 14275305. OLE color: 14275305.
HSL color Cylindrical-coordinate representation of color #E9D2D9: hue angle of 341.74º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D2D9 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 217 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.09 |
| HSL | 341.74º | 0.34% | 0.87% | - |
| HSV(B) | 341.74º | 0.1% | 0.91% | - |
| XYZ | 69.18 | 68.43 | 75.21 | - |
| YUV | 217.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 217 | 0 | 0.10 | 0.07 | 0.09 | 341.74 | 0.34 | 0.87 |
| Hex | E9 | D2 | D9 | 0 | A | 7 | 9 | 156 | 22 | 57 |
| Octal | 351 | 322 | 331 | 0 | 12 | 7 | 11 | 526 | 42 | 127 |
| Binary | 11101001 | 11010010 | 11011001 | 0 | 1010 | 111 | 1001 | 101010110 | 100010 | 1010111 |
Color Harmonies of #E9D2D9
Complementary color
Monochromatic Colors of #E9D2D9
Black with #E9D2D9
Text Example
Text Example
White with #E9D2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2D9; }
p { color: rgb(233,210,217); }
H1.HeaderClassName
{
color: #E9D2D9;
}
.AnyTagClassName
{
color: #E9D2D9;
}
</style>
background-color css
<style>
a { background-color: #E9D2D9; }
a { background-color: rgb(233,210,217); }
div.DivClassName
{
background-color: #E9D2D9;
}
.BgClassName
{
background-color: #E9D2D9;
}
</style>
border-color css
<style>
span { border-color: #E9D2D9; }
span { border-color: rgb(233,210,217); }
td.TdClassName
{
border-color: #E9D2D9;
}
.TagClassName
{
border-color: #E9D2D9;
}
</style>