Shades of Prim #E7C7CF
Tints of Prim #E7C7CF
RGB
CMYK
RGB Variations
Color information
#E7C7CF (or 0xE7C7CF) is known color: Prim. HEX triplet: E7, C7 and CF. RGB value is (231,199,207). Sum of RGB (Red+Green+Blue) = 231+199+207=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7CF is #183830. Grayscale: #D1D1D1. Windows color (decimal): -1587249 or 13617127. OLE color: 13617127.
HSL color Cylindrical-coordinate representation of color #E7C7CF: hue angle of 345º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7C7CF is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 207 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.09 |
| HSL | 345º | 0.4% | 0.84% | - |
| HSV(B) | 345º | 0.14% | 0.91% | - |
| XYZ | 64.64 | 62.34 | 67.66 | - |
| YUV | 209.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 207 | 0 | 0.14 | 0.10 | 0.09 | 345 | 0.4 | 0.84 |
| Hex | E7 | C7 | CF | 0 | E | A | 9 | 159 | 28 | 54 |
| Octal | 347 | 307 | 317 | 0 | 16 | 12 | 11 | 531 | 50 | 124 |
| Binary | 11100111 | 11000111 | 11001111 | 0 | 1110 | 1010 | 1001 | 101011001 | 101000 | 1010100 |
Color Harmonies of #E7C7CF
Complementary color
Monochromatic Colors of #E7C7CF
Black with #E7C7CF
Text Example
Text Example
White with #E7C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C7CF; }
p { color: rgb(231,199,207); }
H1.HeaderClassName
{
color: #E7C7CF;
}
.AnyTagClassName
{
color: #E7C7CF;
}
</style>
background-color css
<style>
a { background-color: #E7C7CF; }
a { background-color: rgb(231,199,207); }
div.DivClassName
{
background-color: #E7C7CF;
}
.BgClassName
{
background-color: #E7C7CF;
}
</style>
border-color css
<style>
span { border-color: #E7C7CF; }
span { border-color: rgb(231,199,207); }
td.TdClassName
{
border-color: #E7C7CF;
}
.TagClassName
{
border-color: #E7C7CF;
}
</style>