Shades of Prim #E5D0D6
Tints of Prim #E5D0D6
RGB
CMYK
RGB Variations
Color information
#E5D0D6 (or 0xE5D0D6) is known color: Prim. HEX triplet: E5, D0 and D6. RGB value is (229,208,214). Sum of RGB (Red+Green+Blue) = 229+208+214=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D0D6 is #1A2F29. Grayscale: #D6D6D6. Windows color (decimal): -1716010 or 14078181. OLE color: 14078181.
HSL color Cylindrical-coordinate representation of color #E5D0D6: hue angle of 342.86º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5D0D6 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 208 | 214 | - |
CMYK | 0 | 0.09 | 0.07 | 0.10 |
HSL | 342.86º | 0.29% | 0.86% | - |
HSV(B) | 342.86º | 0.09% | 0.9% | - |
XYZ | 67.01 | 66.62 | 72.95 | - |
YUV | 214.96 | 127.46 | 138.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 208 | 214 | 0 | 0.09 | 0.07 | 0.10 | 342.86 | 0.29 | 0.86 |
Hex | E5 | D0 | D6 | 0 | 9 | 7 | A | 157 | 1D | 56 |
Octal | 345 | 320 | 326 | 0 | 11 | 7 | 12 | 527 | 35 | 126 |
Binary | 11100101 | 11010000 | 11010110 | 0 | 1001 | 111 | 1010 | 101010111 | 11101 | 1010110 |
Color Harmonies of #E5D0D6
Complementary color
Monochromatic Colors of #E5D0D6
Black with #E5D0D6
Text Example
Text Example
White with #E5D0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D0D6; }
p { color: rgb(229,208,214); }
H1.HeaderClassName
{
color: #E5D0D6;
}
.AnyTagClassName
{
color: #E5D0D6;
}
</style>
background-color css
<style>
a { background-color: #E5D0D6; }
a { background-color: rgb(229,208,214); }
div.DivClassName
{
background-color: #E5D0D6;
}
.BgClassName
{
background-color: #E5D0D6;
}
</style>
border-color css
<style>
span { border-color: #E5D0D6; }
span { border-color: rgb(229,208,214); }
td.TdClassName
{
border-color: #E5D0D6;
}
.TagClassName
{
border-color: #E5D0D6;
}
</style>