Shades of Prim #E7C4D6
Tints of Prim #E7C4D6
RGB
CMYK
RGB Variations
Color information
#E7C4D6 (or 0xE7C4D6) is known color: Prim. HEX triplet: E7, C4 and D6. RGB value is (231,196,214). Sum of RGB (Red+Green+Blue) = 231+196+214=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4D6 is #183B29. Grayscale: #D0D0D0. Windows color (decimal): -1588010 or 14075111. OLE color: 14075111.
HSL color Cylindrical-coordinate representation of color #E7C4D6: hue angle of 329.14º degrees, saturation: 0.42, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7C4D6 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 214 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.09 |
| HSL | 329.14º | 0.42% | 0.84% | - |
| HSV(B) | 329.14º | 0.15% | 0.91% | - |
| XYZ | 64.83 | 61.32 | 72.04 | - |
| YUV | 208.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 214 | 0 | 0.15 | 0.07 | 0.09 | 329.14 | 0.42 | 0.84 |
| Hex | E7 | C4 | D6 | 0 | F | 7 | 9 | 149 | 2A | 54 |
| Octal | 347 | 304 | 326 | 0 | 17 | 7 | 11 | 511 | 52 | 124 |
| Binary | 11100111 | 11000100 | 11010110 | 0 | 1111 | 111 | 1001 | 101001001 | 101010 | 1010100 |
Color Harmonies of #E7C4D6
Complementary color
Monochromatic Colors of #E7C4D6
Black with #E7C4D6
Text Example
Text Example
White with #E7C4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C4D6; }
p { color: rgb(231,196,214); }
H1.HeaderClassName
{
color: #E7C4D6;
}
.AnyTagClassName
{
color: #E7C4D6;
}
</style>
background-color css
<style>
a { background-color: #E7C4D6; }
a { background-color: rgb(231,196,214); }
div.DivClassName
{
background-color: #E7C4D6;
}
.BgClassName
{
background-color: #E7C4D6;
}
</style>
border-color css
<style>
span { border-color: #E7C4D6; }
span { border-color: rgb(231,196,214); }
td.TdClassName
{
border-color: #E7C4D6;
}
.TagClassName
{
border-color: #E7C4D6;
}
</style>