Shades of Prim #E3C5D3
Tints of Prim #E3C5D3
RGB
CMYK
RGB Variations
Color information
#E3C5D3 (or 0xE3C5D3) is known color: Prim. HEX triplet: E3, C5 and D3. RGB value is (227,197,211). Sum of RGB (Red+Green+Blue) = 227+197+211=635 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.75% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C5D3 is #1C3A2C. Grayscale: #CFCFCF. Windows color (decimal): -1849901 or 13878755. OLE color: 13878755.
HSL color Cylindrical-coordinate representation of color #E3C5D3: hue angle of 332º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3C5D3 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 211 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.11 |
| HSL | 332º | 0.35% | 0.83% | - |
| HSV(B) | 332º | 0.13% | 0.89% | - |
| XYZ | 63.4 | 60.97 | 70.05 | - |
| YUV | 207.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 211 | 0 | 0.13 | 0.07 | 0.11 | 332 | 0.35 | 0.83 |
| Hex | E3 | C5 | D3 | 0 | D | 7 | B | 14C | 23 | 53 |
| Octal | 343 | 305 | 323 | 0 | 15 | 7 | 13 | 514 | 43 | 123 |
| Binary | 11100011 | 11000101 | 11010011 | 0 | 1101 | 111 | 1011 | 101001100 | 100011 | 1010011 |
Color Harmonies of #E3C5D3
Complementary color
Monochromatic Colors of #E3C5D3
Black with #E3C5D3
Text Example
Text Example
White with #E3C5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C5D3; }
p { color: rgb(227,197,211); }
H1.HeaderClassName
{
color: #E3C5D3;
}
.AnyTagClassName
{
color: #E3C5D3;
}
</style>
background-color css
<style>
a { background-color: #E3C5D3; }
a { background-color: rgb(227,197,211); }
div.DivClassName
{
background-color: #E3C5D3;
}
.BgClassName
{
background-color: #E3C5D3;
}
</style>
border-color css
<style>
span { border-color: #E3C5D3; }
span { border-color: rgb(227,197,211); }
td.TdClassName
{
border-color: #E3C5D3;
}
.TagClassName
{
border-color: #E3C5D3;
}
</style>