Shades of Prim #E3C7D4
Tints of Prim #E3C7D4
RGB
CMYK
RGB Variations
Color information
#E3C7D4 (or 0xE3C7D4) is known color: Prim. HEX triplet: E3, C7 and D4. RGB value is (227,199,212). Sum of RGB (Red+Green+Blue) = 227+199+212=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C7D4 is #1C382B. Grayscale: #D0D0D0. Windows color (decimal): -1849388 or 13944803. OLE color: 13944803.
HSL color Cylindrical-coordinate representation of color #E3C7D4: hue angle of 332.14º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3C7D4 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 199 | 212 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.11 |
| HSL | 332.14º | 0.33% | 0.84% | - |
| HSV(B) | 332.14º | 0.12% | 0.89% | - |
| XYZ | 63.99 | 61.93 | 70.87 | - |
| YUV | 208.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 212 | 0 | 0.12 | 0.07 | 0.11 | 332.14 | 0.33 | 0.84 |
| Hex | E3 | C7 | D4 | 0 | C | 7 | B | 14C | 21 | 54 |
| Octal | 343 | 307 | 324 | 0 | 14 | 7 | 13 | 514 | 41 | 124 |
| Binary | 11100011 | 11000111 | 11010100 | 0 | 1100 | 111 | 1011 | 101001100 | 100001 | 1010100 |
Color Harmonies of #E3C7D4
Complementary color
Monochromatic Colors of #E3C7D4
Black with #E3C7D4
Text Example
Text Example
White with #E3C7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C7D4; }
p { color: rgb(227,199,212); }
H1.HeaderClassName
{
color: #E3C7D4;
}
.AnyTagClassName
{
color: #E3C7D4;
}
</style>
background-color css
<style>
a { background-color: #E3C7D4; }
a { background-color: rgb(227,199,212); }
div.DivClassName
{
background-color: #E3C7D4;
}
.BgClassName
{
background-color: #E3C7D4;
}
</style>
border-color css
<style>
span { border-color: #E3C7D4; }
span { border-color: rgb(227,199,212); }
td.TdClassName
{
border-color: #E3C7D4;
}
.TagClassName
{
border-color: #E3C7D4;
}
</style>