Shades of Prim #E7C6CE
Tints of Prim #E7C6CE
RGB
CMYK
RGB Variations
Color information
#E7C6CE (or 0xE7C6CE) is known color: Prim. HEX triplet: E7, C6 and CE. RGB value is (231,198,206). Sum of RGB (Red+Green+Blue) = 231+198+206=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6CE is #183931. Grayscale: #D0D0D0. Windows color (decimal): -1587506 or 13551335. OLE color: 13551335.
HSL color Cylindrical-coordinate representation of color #E7C6CE: hue angle of 345.45º degrees, saturation: 0.41, 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 #E7C6CE is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 206 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.09 |
| HSL | 345.45º | 0.41% | 0.84% | - |
| HSV(B) | 345.45º | 0.14% | 0.91% | - |
| XYZ | 64.29 | 61.83 | 66.94 | - |
| YUV | 208.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 206 | 0 | 0.14 | 0.11 | 0.09 | 345.45 | 0.41 | 0.84 |
| Hex | E7 | C6 | CE | 0 | E | B | 9 | 159 | 29 | 54 |
| Octal | 347 | 306 | 316 | 0 | 16 | 13 | 11 | 531 | 51 | 124 |
| Binary | 11100111 | 11000110 | 11001110 | 0 | 1110 | 1011 | 1001 | 101011001 | 101001 | 1010100 |
Color Harmonies of #E7C6CE
Complementary color
Monochromatic Colors of #E7C6CE
Black with #E7C6CE
Text Example
Text Example
White with #E7C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6CE; }
p { color: rgb(231,198,206); }
H1.HeaderClassName
{
color: #E7C6CE;
}
.AnyTagClassName
{
color: #E7C6CE;
}
</style>
background-color css
<style>
a { background-color: #E7C6CE; }
a { background-color: rgb(231,198,206); }
div.DivClassName
{
background-color: #E7C6CE;
}
.BgClassName
{
background-color: #E7C6CE;
}
</style>
border-color css
<style>
span { border-color: #E7C6CE; }
span { border-color: rgb(231,198,206); }
td.TdClassName
{
border-color: #E7C6CE;
}
.TagClassName
{
border-color: #E7C6CE;
}
</style>