Shades of Prim #E5D9DD
Tints of Prim #E5D9DD
RGB
CMYK
RGB Variations
Color information
#E5D9DD (or 0xE5D9DD) is known color: Prim. HEX triplet: E5, D9 and DD. RGB value is (229,217,221). Sum of RGB (Red+Green+Blue) = 229+217+221=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9DD is #1A2622. Grayscale: #DDDDDD. Windows color (decimal): -1713699 or 14539237. OLE color: 14539237.
HSL color Cylindrical-coordinate representation of color #E5D9DD: hue angle of 340º 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 #E5D9DD is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 217 | 221 | - |
CMYK | 0 | 0.05 | 0.03 | 0.10 |
HSL | 340º | 0.19% | 0.87% | - |
HSV(B) | 340º | 0.05% | 0.9% | - |
XYZ | 70.18 | 71.5 | 78.51 | - |
YUV | 221.04 | 127.98 | 133.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 217 | 221 | 0 | 0.05 | 0.03 | 0.10 | 340 | 0.19 | 0.87 |
Hex | E5 | D9 | DD | 0 | 5 | 3 | A | 154 | 13 | 57 |
Octal | 345 | 331 | 335 | 0 | 5 | 3 | 12 | 524 | 23 | 127 |
Binary | 11100101 | 11011001 | 11011101 | 0 | 101 | 11 | 1010 | 101010100 | 10011 | 1010111 |
Color Harmonies of #E5D9DD
Complementary color
Monochromatic Colors of #E5D9DD
Black with #E5D9DD
Text Example
Text Example
White with #E5D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9DD; }
p { color: rgb(229,217,221); }
H1.HeaderClassName
{
color: #E5D9DD;
}
.AnyTagClassName
{
color: #E5D9DD;
}
</style>
background-color css
<style>
a { background-color: #E5D9DD; }
a { background-color: rgb(229,217,221); }
div.DivClassName
{
background-color: #E5D9DD;
}
.BgClassName
{
background-color: #E5D9DD;
}
</style>
border-color css
<style>
span { border-color: #E5D9DD; }
span { border-color: rgb(229,217,221); }
td.TdClassName
{
border-color: #E5D9DD;
}
.TagClassName
{
border-color: #E5D9DD;
}
</style>