Shades of Prim #E7C5D3
Tints of Prim #E7C5D3
RGB
CMYK
RGB Variations
Color information
#E7C5D3 (or 0xE7C5D3) is known color: Prim. HEX triplet: E7, C5 and D3. RGB value is (231,197,211). Sum of RGB (Red+Green+Blue) = 231+197+211=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C5D3 is #183A2C. Grayscale: #D0D0D0. Windows color (decimal): -1587757 or 13878759. OLE color: 13878759.
HSL color Cylindrical-coordinate representation of color #E7C5D3: hue angle of 335.29º 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 #E7C5D3 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 211 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.09 |
| HSL | 335.29º | 0.41% | 0.84% | - |
| HSV(B) | 335.29º | 0.15% | 0.91% | - |
| XYZ | 64.68 | 61.62 | 70.11 | - |
| YUV | 208.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 211 | 0 | 0.15 | 0.09 | 0.09 | 335.29 | 0.41 | 0.84 |
| Hex | E7 | C5 | D3 | 0 | F | 9 | 9 | 14F | 29 | 54 |
| Octal | 347 | 305 | 323 | 0 | 17 | 11 | 11 | 517 | 51 | 124 |
| Binary | 11100111 | 11000101 | 11010011 | 0 | 1111 | 1001 | 1001 | 101001111 | 101001 | 1010100 |
Color Harmonies of #E7C5D3
Complementary color
Monochromatic Colors of #E7C5D3
Black with #E7C5D3
Text Example
Text Example
White with #E7C5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C5D3; }
p { color: rgb(231,197,211); }
H1.HeaderClassName
{
color: #E7C5D3;
}
.AnyTagClassName
{
color: #E7C5D3;
}
</style>
background-color css
<style>
a { background-color: #E7C5D3; }
a { background-color: rgb(231,197,211); }
div.DivClassName
{
background-color: #E7C5D3;
}
.BgClassName
{
background-color: #E7C5D3;
}
</style>
border-color css
<style>
span { border-color: #E7C5D3; }
span { border-color: rgb(231,197,211); }
td.TdClassName
{
border-color: #E7C5D3;
}
.TagClassName
{
border-color: #E7C5D3;
}
</style>