Shades of Prim #E1C7D3
Tints of Prim #E1C7D3
RGB
CMYK
RGB Variations
Color information
#E1C7D3 (or 0xE1C7D3) is known color: Prim. HEX triplet: E1, C7 and D3. RGB value is (225,199,211). Sum of RGB (Red+Green+Blue) = 225+199+211=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7D3 is #1E382C. Grayscale: #D0D0D0. Windows color (decimal): -1980461 or 13879265. OLE color: 13879265.
HSL color Cylindrical-coordinate representation of color #E1C7D3: hue angle of 332.31º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C7D3 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 211 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.12 |
| HSL | 332.31º | 0.3% | 0.83% | - |
| HSV(B) | 332.31º | 0.12% | 0.88% | - |
| XYZ | 63.23 | 61.56 | 70.18 | - |
| YUV | 208.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 211 | 0 | 0.12 | 0.06 | 0.12 | 332.31 | 0.3 | 0.83 |
| Hex | E1 | C7 | D3 | 0 | C | 6 | C | 14C | 1E | 53 |
| Octal | 341 | 307 | 323 | 0 | 14 | 6 | 14 | 514 | 36 | 123 |
| Binary | 11100001 | 11000111 | 11010011 | 0 | 1100 | 110 | 1100 | 101001100 | 11110 | 1010011 |
Color Harmonies of #E1C7D3
Complementary color
Monochromatic Colors of #E1C7D3
Black with #E1C7D3
Text Example
Text Example
White with #E1C7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7D3; }
p { color: rgb(225,199,211); }
H1.HeaderClassName
{
color: #E1C7D3;
}
.AnyTagClassName
{
color: #E1C7D3;
}
</style>
background-color css
<style>
a { background-color: #E1C7D3; }
a { background-color: rgb(225,199,211); }
div.DivClassName
{
background-color: #E1C7D3;
}
.BgClassName
{
background-color: #E1C7D3;
}
</style>
border-color css
<style>
span { border-color: #E1C7D3; }
span { border-color: rgb(225,199,211); }
td.TdClassName
{
border-color: #E1C7D3;
}
.TagClassName
{
border-color: #E1C7D3;
}
</style>