Shades of Prim #E7C8CF
Tints of Prim #E7C8CF
RGB
CMYK
RGB Variations
Color information
#E7C8CF (or 0xE7C8CF) is known color: Prim. HEX triplet: E7, C8 and CF. RGB value is (231,200,207). Sum of RGB (Red+Green+Blue) = 231+200+207=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8CF is #183730. Grayscale: #D2D2D2. Windows color (decimal): -1586993 or 13617383. OLE color: 13617383.
HSL color Cylindrical-coordinate representation of color #E7C8CF: hue angle of 346.45º 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 #E7C8CF is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 207 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.09 |
| HSL | 346.45º | 0.39% | 0.85% | - |
| HSV(B) | 346.45º | 0.13% | 0.91% | - |
| XYZ | 64.87 | 62.8 | 67.73 | - |
| YUV | 210.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 207 | 0 | 0.13 | 0.10 | 0.09 | 346.45 | 0.39 | 0.85 |
| Hex | E7 | C8 | CF | 0 | D | A | 9 | 15A | 27 | 55 |
| Octal | 347 | 310 | 317 | 0 | 15 | 12 | 11 | 532 | 47 | 125 |
| Binary | 11100111 | 11001000 | 11001111 | 0 | 1101 | 1010 | 1001 | 101011010 | 100111 | 1010101 |
Color Harmonies of #E7C8CF
Complementary color
Monochromatic Colors of #E7C8CF
Black with #E7C8CF
Text Example
Text Example
White with #E7C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8CF; }
p { color: rgb(231,200,207); }
H1.HeaderClassName
{
color: #E7C8CF;
}
.AnyTagClassName
{
color: #E7C8CF;
}
</style>
background-color css
<style>
a { background-color: #E7C8CF; }
a { background-color: rgb(231,200,207); }
div.DivClassName
{
background-color: #E7C8CF;
}
.BgClassName
{
background-color: #E7C8CF;
}
</style>
border-color css
<style>
span { border-color: #E7C8CF; }
span { border-color: rgb(231,200,207); }
td.TdClassName
{
border-color: #E7C8CF;
}
.TagClassName
{
border-color: #E7C8CF;
}
</style>