Shades of Prim #E5D4DE
Tints of Prim #E5D4DE
RGB
CMYK
RGB Variations
Color information
#E5D4DE (or 0xE5D4DE) is known color: Prim. HEX triplet: E5, D4 and DE. RGB value is (229,212,222). Sum of RGB (Red+Green+Blue) = 229+212+222=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D4DE is #1A2B21. Grayscale: #DADADA. Windows color (decimal): -1714978 or 14603493. OLE color: 14603493.
HSL color Cylindrical-coordinate representation of color #E5D4DE: hue angle of 324.71º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5D4DE is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 222 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.10 |
| HSL | 324.71º | 0.25% | 0.86% | - |
| HSV(B) | 324.71º | 0.07% | 0.9% | - |
| XYZ | 69.04 | 69.02 | 78.79 | - |
| YUV | 218.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 222 | 0 | 0.07 | 0.03 | 0.10 | 324.71 | 0.25 | 0.86 |
| Hex | E5 | D4 | DE | 0 | 7 | 3 | A | 145 | 19 | 56 |
| Octal | 345 | 324 | 336 | 0 | 7 | 3 | 12 | 505 | 31 | 126 |
| Binary | 11100101 | 11010100 | 11011110 | 0 | 111 | 11 | 1010 | 101000101 | 11001 | 1010110 |
Color Harmonies of #E5D4DE
Complementary color
Monochromatic Colors of #E5D4DE
Black with #E5D4DE
Text Example
Text Example
White with #E5D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D4DE; }
p { color: rgb(229,212,222); }
H1.HeaderClassName
{
color: #E5D4DE;
}
.AnyTagClassName
{
color: #E5D4DE;
}
</style>
background-color css
<style>
a { background-color: #E5D4DE; }
a { background-color: rgb(229,212,222); }
div.DivClassName
{
background-color: #E5D4DE;
}
.BgClassName
{
background-color: #E5D4DE;
}
</style>
border-color css
<style>
span { border-color: #E5D4DE; }
span { border-color: rgb(229,212,222); }
td.TdClassName
{
border-color: #E5D4DE;
}
.TagClassName
{
border-color: #E5D4DE;
}
</style>