Shades of Prim #E7C9D5
Tints of Prim #E7C9D5
RGB
CMYK
RGB Variations
Color information
#E7C9D5 (or 0xE7C9D5) is known color: Prim. HEX triplet: E7, C9 and D5. RGB value is (231,201,213). Sum of RGB (Red+Green+Blue) = 231+201+213=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9D5 is #18362A. Grayscale: #D3D3D3. Windows color (decimal): -1586731 or 14010855. OLE color: 14010855.
HSL color Cylindrical-coordinate representation of color #E7C9D5: hue angle of 336º degrees, saturation: 0.38, 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 #E7C9D5 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 213 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.09 |
| HSL | 336º | 0.38% | 0.85% | - |
| HSV(B) | 336º | 0.13% | 0.91% | - |
| XYZ | 65.85 | 63.57 | 71.75 | - |
| YUV | 211.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 213 | 0 | 0.13 | 0.08 | 0.09 | 336 | 0.38 | 0.85 |
| Hex | E7 | C9 | D5 | 0 | D | 8 | 9 | 150 | 26 | 55 |
| Octal | 347 | 311 | 325 | 0 | 15 | 10 | 11 | 520 | 46 | 125 |
| Binary | 11100111 | 11001001 | 11010101 | 0 | 1101 | 1000 | 1001 | 101010000 | 100110 | 1010101 |
Color Harmonies of #E7C9D5
Complementary color
Monochromatic Colors of #E7C9D5
Black with #E7C9D5
Text Example
Text Example
White with #E7C9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9D5; }
p { color: rgb(231,201,213); }
H1.HeaderClassName
{
color: #E7C9D5;
}
.AnyTagClassName
{
color: #E7C9D5;
}
</style>
background-color css
<style>
a { background-color: #E7C9D5; }
a { background-color: rgb(231,201,213); }
div.DivClassName
{
background-color: #E7C9D5;
}
.BgClassName
{
background-color: #E7C9D5;
}
</style>
border-color css
<style>
span { border-color: #E7C9D5; }
span { border-color: rgb(231,201,213); }
td.TdClassName
{
border-color: #E7C9D5;
}
.TagClassName
{
border-color: #E7C9D5;
}
</style>