Shades of Prim #E7C9D3
Tints of Prim #E7C9D3
RGB
CMYK
RGB Variations
Color information
#E7C9D3 (or 0xE7C9D3) is known color: Prim. HEX triplet: E7, C9 and D3. RGB value is (231,201,211). Sum of RGB (Red+Green+Blue) = 231+201+211=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9D3 is #18362C. Grayscale: #D3D3D3. Windows color (decimal): -1586733 or 13879783. OLE color: 13879783.
HSL color Cylindrical-coordinate representation of color #E7C9D3: hue angle of 340º 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 #E7C9D3 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 211 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.09 |
| HSL | 340º | 0.38% | 0.85% | - |
| HSV(B) | 340º | 0.13% | 0.91% | - |
| XYZ | 65.6 | 63.47 | 70.42 | - |
| YUV | 211.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 211 | 0 | 0.13 | 0.09 | 0.09 | 340 | 0.38 | 0.85 |
| Hex | E7 | C9 | D3 | 0 | D | 9 | 9 | 154 | 26 | 55 |
| Octal | 347 | 311 | 323 | 0 | 15 | 11 | 11 | 524 | 46 | 125 |
| Binary | 11100111 | 11001001 | 11010011 | 0 | 1101 | 1001 | 1001 | 101010100 | 100110 | 1010101 |
Color Harmonies of #E7C9D3
Complementary color
Monochromatic Colors of #E7C9D3
Black with #E7C9D3
Text Example
Text Example
White with #E7C9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9D3; }
p { color: rgb(231,201,211); }
H1.HeaderClassName
{
color: #E7C9D3;
}
.AnyTagClassName
{
color: #E7C9D3;
}
</style>
background-color css
<style>
a { background-color: #E7C9D3; }
a { background-color: rgb(231,201,211); }
div.DivClassName
{
background-color: #E7C9D3;
}
.BgClassName
{
background-color: #E7C9D3;
}
</style>
border-color css
<style>
span { border-color: #E7C9D3; }
span { border-color: rgb(231,201,211); }
td.TdClassName
{
border-color: #E7C9D3;
}
.TagClassName
{
border-color: #E7C9D3;
}
</style>