Shades of Prim #E1C9D0
Tints of Prim #E1C9D0
RGB
CMYK
RGB Variations
Color information
#E1C9D0 (or 0xE1C9D0) is known color: Prim. HEX triplet: E1, C9 and D0. RGB value is (225,201,208). Sum of RGB (Red+Green+Blue) = 225+201+208=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9D0 is #1E362F. Grayscale: #D0D0D0. Windows color (decimal): -1979952 or 13683169. OLE color: 13683169.
HSL color Cylindrical-coordinate representation of color #E1C9D0: hue angle of 342.5º 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 #E1C9D0 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 208 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.12 |
| HSL | 342.5º | 0.29% | 0.84% | - |
| HSV(B) | 342.5º | 0.11% | 0.88% | - |
| XYZ | 63.32 | 62.33 | 68.37 | - |
| YUV | 208.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 208 | 0 | 0.11 | 0.08 | 0.12 | 342.5 | 0.29 | 0.84 |
| Hex | E1 | C9 | D0 | 0 | B | 8 | C | 156 | 1D | 54 |
| Octal | 341 | 311 | 320 | 0 | 13 | 10 | 14 | 526 | 35 | 124 |
| Binary | 11100001 | 11001001 | 11010000 | 0 | 1011 | 1000 | 1100 | 101010110 | 11101 | 1010100 |
Color Harmonies of #E1C9D0
Complementary color
Monochromatic Colors of #E1C9D0
Black with #E1C9D0
Text Example
Text Example
White with #E1C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9D0; }
p { color: rgb(225,201,208); }
H1.HeaderClassName
{
color: #E1C9D0;
}
.AnyTagClassName
{
color: #E1C9D0;
}
</style>
background-color css
<style>
a { background-color: #E1C9D0; }
a { background-color: rgb(225,201,208); }
div.DivClassName
{
background-color: #E1C9D0;
}
.BgClassName
{
background-color: #E1C9D0;
}
</style>
border-color css
<style>
span { border-color: #E1C9D0; }
span { border-color: rgb(225,201,208); }
td.TdClassName
{
border-color: #E1C9D0;
}
.TagClassName
{
border-color: #E1C9D0;
}
</style>