Shades of Prim #E7C5D1
Tints of Prim #E7C5D1
RGB
CMYK
RGB Variations
Color information
#E7C5D1 (or 0xE7C5D1) is known color: Prim. HEX triplet: E7, C5 and D1. RGB value is (231,197,209). Sum of RGB (Red+Green+Blue) = 231+197+209=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C5D1 is #183A2E. Grayscale: #D0D0D0. Windows color (decimal): -1587759 or 13747687. OLE color: 13747687.
HSL color Cylindrical-coordinate representation of color #E7C5D1: hue angle of 338.82º degrees, saturation: 0.41, 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 #E7C5D1 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 209 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.09 |
| HSL | 338.82º | 0.41% | 0.84% | - |
| HSV(B) | 338.82º | 0.15% | 0.91% | - |
| XYZ | 64.43 | 61.52 | 68.8 | - |
| YUV | 208.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 209 | 0 | 0.15 | 0.10 | 0.09 | 338.82 | 0.41 | 0.84 |
| Hex | E7 | C5 | D1 | 0 | F | A | 9 | 153 | 29 | 54 |
| Octal | 347 | 305 | 321 | 0 | 17 | 12 | 11 | 523 | 51 | 124 |
| Binary | 11100111 | 11000101 | 11010001 | 0 | 1111 | 1010 | 1001 | 101010011 | 101001 | 1010100 |
Color Harmonies of #E7C5D1
Complementary color
Monochromatic Colors of #E7C5D1
Black with #E7C5D1
Text Example
Text Example
White with #E7C5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C5D1; }
p { color: rgb(231,197,209); }
H1.HeaderClassName
{
color: #E7C5D1;
}
.AnyTagClassName
{
color: #E7C5D1;
}
</style>
background-color css
<style>
a { background-color: #E7C5D1; }
a { background-color: rgb(231,197,209); }
div.DivClassName
{
background-color: #E7C5D1;
}
.BgClassName
{
background-color: #E7C5D1;
}
</style>
border-color css
<style>
span { border-color: #E7C5D1; }
span { border-color: rgb(231,197,209); }
td.TdClassName
{
border-color: #E7C5D1;
}
.TagClassName
{
border-color: #E7C5D1;
}
</style>