Shades of Prim #E9D4DD
Tints of Prim #E9D4DD
RGB
CMYK
RGB Variations
Color information
#E9D4DD (or 0xE9D4DD) is known color: Prim. HEX triplet: E9, D4 and DD. RGB value is (233,212,221). Sum of RGB (Red+Green+Blue) = 233+212+221=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D4DD is #162B22. Grayscale: #DBDBDB. Windows color (decimal): -1452835 or 14537961. OLE color: 14537961.
HSL color Cylindrical-coordinate representation of color #E9D4DD: hue angle of 334.29º degrees, saturation: 0.32, 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 #E9D4DD is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 221 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.09 |
| HSL | 334.29º | 0.32% | 0.87% | - |
| HSV(B) | 334.29º | 0.09% | 0.91% | - |
| XYZ | 70.2 | 69.63 | 78.15 | - |
| YUV | 219.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 221 | 0 | 0.09 | 0.05 | 0.09 | 334.29 | 0.32 | 0.87 |
| Hex | E9 | D4 | DD | 0 | 9 | 5 | 9 | 14E | 20 | 57 |
| Octal | 351 | 324 | 335 | 0 | 11 | 5 | 11 | 516 | 40 | 127 |
| Binary | 11101001 | 11010100 | 11011101 | 0 | 1001 | 101 | 1001 | 101001110 | 100000 | 1010111 |
Color Harmonies of #E9D4DD
Complementary color
Monochromatic Colors of #E9D4DD
Black with #E9D4DD
Text Example
Text Example
White with #E9D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D4DD; }
p { color: rgb(233,212,221); }
H1.HeaderClassName
{
color: #E9D4DD;
}
.AnyTagClassName
{
color: #E9D4DD;
}
</style>
background-color css
<style>
a { background-color: #E9D4DD; }
a { background-color: rgb(233,212,221); }
div.DivClassName
{
background-color: #E9D4DD;
}
.BgClassName
{
background-color: #E9D4DD;
}
</style>
border-color css
<style>
span { border-color: #E9D4DD; }
span { border-color: rgb(233,212,221); }
td.TdClassName
{
border-color: #E9D4DD;
}
.TagClassName
{
border-color: #E9D4DD;
}
</style>