Shades of Prim #E7C8D9
Tints of Prim #E7C8D9
RGB
CMYK
RGB Variations
Color information
#E7C8D9 (or 0xE7C8D9) is known color: Prim. HEX triplet: E7, C8 and D9. RGB value is (231,200,217). Sum of RGB (Red+Green+Blue) = 231+200+217=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8D9 is #183726. Grayscale: #D3D3D3. Windows color (decimal): -1586983 or 14272743. OLE color: 14272743.
HSL color Cylindrical-coordinate representation of color #E7C8D9: hue angle of 327.1º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7C8D9 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 217 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.09 |
| HSL | 327.1º | 0.39% | 0.85% | - |
| HSV(B) | 327.1º | 0.13% | 0.91% | - |
| XYZ | 66.13 | 63.31 | 74.38 | - |
| YUV | 211.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 217 | 0 | 0.13 | 0.06 | 0.09 | 327.1 | 0.39 | 0.85 |
| Hex | E7 | C8 | D9 | 0 | D | 6 | 9 | 147 | 27 | 55 |
| Octal | 347 | 310 | 331 | 0 | 15 | 6 | 11 | 507 | 47 | 125 |
| Binary | 11100111 | 11001000 | 11011001 | 0 | 1101 | 110 | 1001 | 101000111 | 100111 | 1010101 |
Color Harmonies of #E7C8D9
Complementary color
Monochromatic Colors of #E7C8D9
Black with #E7C8D9
Text Example
Text Example
White with #E7C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8D9; }
p { color: rgb(231,200,217); }
H1.HeaderClassName
{
color: #E7C8D9;
}
.AnyTagClassName
{
color: #E7C8D9;
}
</style>
background-color css
<style>
a { background-color: #E7C8D9; }
a { background-color: rgb(231,200,217); }
div.DivClassName
{
background-color: #E7C8D9;
}
.BgClassName
{
background-color: #E7C8D9;
}
</style>
border-color css
<style>
span { border-color: #E7C8D9; }
span { border-color: rgb(231,200,217); }
td.TdClassName
{
border-color: #E7C8D9;
}
.TagClassName
{
border-color: #E7C8D9;
}
</style>