Shades of Prim #E1C8D1
Tints of Prim #E1C8D1
RGB
CMYK
RGB Variations
Color information
#E1C8D1 (or 0xE1C8D1) is known color: Prim. HEX triplet: E1, C8 and D1. RGB value is (225,200,209). Sum of RGB (Red+Green+Blue) = 225+200+209=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8D1 is #1E372E. Grayscale: #D0D0D0. Windows color (decimal): -1980207 or 13748449. OLE color: 13748449.
HSL color Cylindrical-coordinate representation of color #E1C8D1: hue angle of 338.4º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C8D1 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 209 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.12 |
| HSL | 338.4º | 0.29% | 0.83% | - |
| HSV(B) | 338.4º | 0.11% | 0.88% | - |
| XYZ | 63.21 | 61.92 | 68.94 | - |
| YUV | 208.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 209 | 0 | 0.11 | 0.07 | 0.12 | 338.4 | 0.29 | 0.83 |
| Hex | E1 | C8 | D1 | 0 | B | 7 | C | 152 | 1D | 53 |
| Octal | 341 | 310 | 321 | 0 | 13 | 7 | 14 | 522 | 35 | 123 |
| Binary | 11100001 | 11001000 | 11010001 | 0 | 1011 | 111 | 1100 | 101010010 | 11101 | 1010011 |
Color Harmonies of #E1C8D1
Complementary color
Monochromatic Colors of #E1C8D1
Black with #E1C8D1
Text Example
Text Example
White with #E1C8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8D1; }
p { color: rgb(225,200,209); }
H1.HeaderClassName
{
color: #E1C8D1;
}
.AnyTagClassName
{
color: #E1C8D1;
}
</style>
background-color css
<style>
a { background-color: #E1C8D1; }
a { background-color: rgb(225,200,209); }
div.DivClassName
{
background-color: #E1C8D1;
}
.BgClassName
{
background-color: #E1C8D1;
}
</style>
border-color css
<style>
span { border-color: #E1C8D1; }
span { border-color: rgb(225,200,209); }
td.TdClassName
{
border-color: #E1C8D1;
}
.TagClassName
{
border-color: #E1C8D1;
}
</style>