Shades of Prim #E7C8CE
Tints of Prim #E7C8CE
RGB
CMYK
RGB Variations
Color information
#E7C8CE (or 0xE7C8CE) is known color: Prim. HEX triplet: E7, C8 and CE. RGB value is (231,200,206). Sum of RGB (Red+Green+Blue) = 231+200+206=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8CE is #183731. Grayscale: #D1D1D1. Windows color (decimal): -1586994 or 13551847. OLE color: 13551847.
HSL color Cylindrical-coordinate representation of color #E7C8CE: hue angle of 348.39º 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 #E7C8CE is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 206 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.09 |
| HSL | 348.39º | 0.39% | 0.85% | - |
| HSV(B) | 348.39º | 0.13% | 0.91% | - |
| XYZ | 64.75 | 62.75 | 67.09 | - |
| YUV | 209.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 206 | 0 | 0.13 | 0.11 | 0.09 | 348.39 | 0.39 | 0.85 |
| Hex | E7 | C8 | CE | 0 | D | B | 9 | 15C | 27 | 55 |
| Octal | 347 | 310 | 316 | 0 | 15 | 13 | 11 | 534 | 47 | 125 |
| Binary | 11100111 | 11001000 | 11001110 | 0 | 1101 | 1011 | 1001 | 101011100 | 100111 | 1010101 |
Color Harmonies of #E7C8CE
Complementary color
Monochromatic Colors of #E7C8CE
Black with #E7C8CE
Text Example
Text Example
White with #E7C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8CE; }
p { color: rgb(231,200,206); }
H1.HeaderClassName
{
color: #E7C8CE;
}
.AnyTagClassName
{
color: #E7C8CE;
}
</style>
background-color css
<style>
a { background-color: #E7C8CE; }
a { background-color: rgb(231,200,206); }
div.DivClassName
{
background-color: #E7C8CE;
}
.BgClassName
{
background-color: #E7C8CE;
}
</style>
border-color css
<style>
span { border-color: #E7C8CE; }
span { border-color: rgb(231,200,206); }
td.TdClassName
{
border-color: #E7C8CE;
}
.TagClassName
{
border-color: #E7C8CE;
}
</style>