Shades of Prim #E7C8D7
Tints of Prim #E7C8D7
RGB
CMYK
RGB Variations
Color information
#E7C8D7 (or 0xE7C8D7) is known color: Prim. HEX triplet: E7, C8 and D7. RGB value is (231,200,215). Sum of RGB (Red+Green+Blue) = 231+200+215=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8D7 is #183728. Grayscale: #D2D2D2. Windows color (decimal): -1586985 or 14141671. OLE color: 14141671.
HSL color Cylindrical-coordinate representation of color #E7C8D7: hue angle of 330.97º 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 #E7C8D7 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 215 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.09 |
| HSL | 330.97º | 0.39% | 0.85% | - |
| HSV(B) | 330.97º | 0.13% | 0.91% | - |
| XYZ | 65.88 | 63.2 | 73.02 | - |
| YUV | 210.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 215 | 0 | 0.13 | 0.07 | 0.09 | 330.97 | 0.39 | 0.85 |
| Hex | E7 | C8 | D7 | 0 | D | 7 | 9 | 14B | 27 | 55 |
| Octal | 347 | 310 | 327 | 0 | 15 | 7 | 11 | 513 | 47 | 125 |
| Binary | 11100111 | 11001000 | 11010111 | 0 | 1101 | 111 | 1001 | 101001011 | 100111 | 1010101 |
Color Harmonies of #E7C8D7
Complementary color
Monochromatic Colors of #E7C8D7
Black with #E7C8D7
Text Example
Text Example
White with #E7C8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8D7; }
p { color: rgb(231,200,215); }
H1.HeaderClassName
{
color: #E7C8D7;
}
.AnyTagClassName
{
color: #E7C8D7;
}
</style>
background-color css
<style>
a { background-color: #E7C8D7; }
a { background-color: rgb(231,200,215); }
div.DivClassName
{
background-color: #E7C8D7;
}
.BgClassName
{
background-color: #E7C8D7;
}
</style>
border-color css
<style>
span { border-color: #E7C8D7; }
span { border-color: rgb(231,200,215); }
td.TdClassName
{
border-color: #E7C8D7;
}
.TagClassName
{
border-color: #E7C8D7;
}
</style>