Shades of Prim #E1C9D5
Tints of Prim #E1C9D5
RGB
CMYK
RGB Variations
Color information
#E1C9D5 (or 0xE1C9D5) is known color: Prim. HEX triplet: E1, C9 and D5. RGB value is (225,201,213). Sum of RGB (Red+Green+Blue) = 225+201+213=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9D5 is #1E362A. Grayscale: #D1D1D1. Windows color (decimal): -1979947 or 14010849. OLE color: 14010849.
HSL color Cylindrical-coordinate representation of color #E1C9D5: hue angle of 330º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C9D5 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 213 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.12 |
| HSL | 330º | 0.29% | 0.84% | - |
| HSV(B) | 330º | 0.11% | 0.88% | - |
| XYZ | 63.95 | 62.58 | 71.66 | - |
| YUV | 209.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 213 | 0 | 0.11 | 0.05 | 0.12 | 330 | 0.29 | 0.84 |
| Hex | E1 | C9 | D5 | 0 | B | 5 | C | 14A | 1D | 54 |
| Octal | 341 | 311 | 325 | 0 | 13 | 5 | 14 | 512 | 35 | 124 |
| Binary | 11100001 | 11001001 | 11010101 | 0 | 1011 | 101 | 1100 | 101001010 | 11101 | 1010100 |
Color Harmonies of #E1C9D5
Complementary color
Monochromatic Colors of #E1C9D5
Black with #E1C9D5
Text Example
Text Example
White with #E1C9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9D5; }
p { color: rgb(225,201,213); }
H1.HeaderClassName
{
color: #E1C9D5;
}
.AnyTagClassName
{
color: #E1C9D5;
}
</style>
background-color css
<style>
a { background-color: #E1C9D5; }
a { background-color: rgb(225,201,213); }
div.DivClassName
{
background-color: #E1C9D5;
}
.BgClassName
{
background-color: #E1C9D5;
}
</style>
border-color css
<style>
span { border-color: #E1C9D5; }
span { border-color: rgb(225,201,213); }
td.TdClassName
{
border-color: #E1C9D5;
}
.TagClassName
{
border-color: #E1C9D5;
}
</style>