Shades of Prim #E5D6DE
Tints of Prim #E5D6DE
RGB
CMYK
RGB Variations
Color information
#E5D6DE (or 0xE5D6DE) is known color: Prim. HEX triplet: E5, D6 and DE. RGB value is (229,214,222). Sum of RGB (Red+Green+Blue) = 229+214+222=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D6DE is #1A2921. Grayscale: #DBDBDB. Windows color (decimal): -1714466 or 14604005. OLE color: 14604005.
HSL color Cylindrical-coordinate representation of color #E5D6DE: hue angle of 328º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5D6DE is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 222 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.10 |
| HSL | 328º | 0.22% | 0.87% | - |
| HSV(B) | 328º | 0.07% | 0.9% | - |
| XYZ | 69.54 | 70.03 | 78.96 | - |
| YUV | 219.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 222 | 0 | 0.07 | 0.03 | 0.10 | 328 | 0.22 | 0.87 |
| Hex | E5 | D6 | DE | 0 | 7 | 3 | A | 148 | 16 | 57 |
| Octal | 345 | 326 | 336 | 0 | 7 | 3 | 12 | 510 | 26 | 127 |
| Binary | 11100101 | 11010110 | 11011110 | 0 | 111 | 11 | 1010 | 101001000 | 10110 | 1010111 |
Color Harmonies of #E5D6DE
Complementary color
Monochromatic Colors of #E5D6DE
Black with #E5D6DE
Text Example
Text Example
White with #E5D6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6DE; }
p { color: rgb(229,214,222); }
H1.HeaderClassName
{
color: #E5D6DE;
}
.AnyTagClassName
{
color: #E5D6DE;
}
</style>
background-color css
<style>
a { background-color: #E5D6DE; }
a { background-color: rgb(229,214,222); }
div.DivClassName
{
background-color: #E5D6DE;
}
.BgClassName
{
background-color: #E5D6DE;
}
</style>
border-color css
<style>
span { border-color: #E5D6DE; }
span { border-color: rgb(229,214,222); }
td.TdClassName
{
border-color: #E5D6DE;
}
.TagClassName
{
border-color: #E5D6DE;
}
</style>