Shades of Prim #E5C8D6
Tints of Prim #E5C8D6
RGB
CMYK
RGB Variations
Color information
#E5C8D6 (or 0xE5C8D6) is known color: Prim. HEX triplet: E5, C8 and D6. RGB value is (229,200,214). Sum of RGB (Red+Green+Blue) = 229+200+214=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C8D6 is #1A3729. Grayscale: #D2D2D2. Windows color (decimal): -1718058 or 14076133. OLE color: 14076133.
HSL color Cylindrical-coordinate representation of color #E5C8D6: hue angle of 331.03º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5C8D6 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 214 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.10 |
| HSL | 331.03º | 0.36% | 0.84% | - |
| HSV(B) | 331.03º | 0.13% | 0.9% | - |
| XYZ | 65.1 | 62.82 | 72.31 | - |
| YUV | 210.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 214 | 0 | 0.13 | 0.07 | 0.10 | 331.03 | 0.36 | 0.84 |
| Hex | E5 | C8 | D6 | 0 | D | 7 | A | 14B | 24 | 54 |
| Octal | 345 | 310 | 326 | 0 | 15 | 7 | 12 | 513 | 44 | 124 |
| Binary | 11100101 | 11001000 | 11010110 | 0 | 1101 | 111 | 1010 | 101001011 | 100100 | 1010100 |
Color Harmonies of #E5C8D6
Complementary color
Monochromatic Colors of #E5C8D6
Black with #E5C8D6
Text Example
Text Example
White with #E5C8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C8D6; }
p { color: rgb(229,200,214); }
H1.HeaderClassName
{
color: #E5C8D6;
}
.AnyTagClassName
{
color: #E5C8D6;
}
</style>
background-color css
<style>
a { background-color: #E5C8D6; }
a { background-color: rgb(229,200,214); }
div.DivClassName
{
background-color: #E5C8D6;
}
.BgClassName
{
background-color: #E5C8D6;
}
</style>
border-color css
<style>
span { border-color: #E5C8D6; }
span { border-color: rgb(229,200,214); }
td.TdClassName
{
border-color: #E5C8D6;
}
.TagClassName
{
border-color: #E5C8D6;
}
</style>