Shades of Prim #E5D9DE
Tints of Prim #E5D9DE
RGB
CMYK
RGB Variations
Color information
#E5D9DE (or 0xE5D9DE) is known color: Prim. HEX triplet: E5, D9 and DE. RGB value is (229,217,222). Sum of RGB (Red+Green+Blue) = 229+217+222=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9DE is #1A2621. Grayscale: #DDDDDD. Windows color (decimal): -1713698 or 14604773. OLE color: 14604773.
HSL color Cylindrical-coordinate representation of color #E5D9DE: hue angle of 335º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5D9DE is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 222 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.10 |
| HSL | 335º | 0.19% | 0.87% | - |
| HSV(B) | 335º | 0.05% | 0.9% | - |
| XYZ | 70.31 | 71.56 | 79.21 | - |
| YUV | 221.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 222 | 0 | 0.05 | 0.03 | 0.10 | 335 | 0.19 | 0.87 |
| Hex | E5 | D9 | DE | 0 | 5 | 3 | A | 14F | 13 | 57 |
| Octal | 345 | 331 | 336 | 0 | 5 | 3 | 12 | 517 | 23 | 127 |
| Binary | 11100101 | 11011001 | 11011110 | 0 | 101 | 11 | 1010 | 101001111 | 10011 | 1010111 |
Color Harmonies of #E5D9DE
Complementary color
Monochromatic Colors of #E5D9DE
Black with #E5D9DE
Text Example
Text Example
White with #E5D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9DE; }
p { color: rgb(229,217,222); }
H1.HeaderClassName
{
color: #E5D9DE;
}
.AnyTagClassName
{
color: #E5D9DE;
}
</style>
background-color css
<style>
a { background-color: #E5D9DE; }
a { background-color: rgb(229,217,222); }
div.DivClassName
{
background-color: #E5D9DE;
}
.BgClassName
{
background-color: #E5D9DE;
}
</style>
border-color css
<style>
span { border-color: #E5D9DE; }
span { border-color: rgb(229,217,222); }
td.TdClassName
{
border-color: #E5D9DE;
}
.TagClassName
{
border-color: #E5D9DE;
}
</style>