Shades of Prim #E7C7CE
Tints of Prim #E7C7CE
RGB
CMYK
RGB Variations
Color information
#E7C7CE (or 0xE7C7CE) is known color: Prim. HEX triplet: E7, C7 and CE. RGB value is (231,199,206). Sum of RGB (Red+Green+Blue) = 231+199+206=636 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.32% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7CE is #183831. Grayscale: #D1D1D1. Windows color (decimal): -1587250 or 13551591. OLE color: 13551591.
HSL color Cylindrical-coordinate representation of color #E7C7CE: hue angle of 346.88º 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 #E7C7CE is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 206 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.09 |
| HSL | 346.88º | 0.4% | 0.84% | - |
| HSV(B) | 346.88º | 0.14% | 0.91% | - |
| XYZ | 64.52 | 62.29 | 67.02 | - |
| YUV | 209.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 206 | 0 | 0.14 | 0.11 | 0.09 | 346.88 | 0.4 | 0.84 |
| Hex | E7 | C7 | CE | 0 | E | B | 9 | 15B | 28 | 54 |
| Octal | 347 | 307 | 316 | 0 | 16 | 13 | 11 | 533 | 50 | 124 |
| Binary | 11100111 | 11000111 | 11001110 | 0 | 1110 | 1011 | 1001 | 101011011 | 101000 | 1010100 |
Color Harmonies of #E7C7CE
Complementary color
Monochromatic Colors of #E7C7CE
Black with #E7C7CE
Text Example
Text Example
White with #E7C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C7CE; }
p { color: rgb(231,199,206); }
H1.HeaderClassName
{
color: #E7C7CE;
}
.AnyTagClassName
{
color: #E7C7CE;
}
</style>
background-color css
<style>
a { background-color: #E7C7CE; }
a { background-color: rgb(231,199,206); }
div.DivClassName
{
background-color: #E7C7CE;
}
.BgClassName
{
background-color: #E7C7CE;
}
</style>
border-color css
<style>
span { border-color: #E7C7CE; }
span { border-color: rgb(231,199,206); }
td.TdClassName
{
border-color: #E7C7CE;
}
.TagClassName
{
border-color: #E7C7CE;
}
</style>