Shades of Prim #E1C4CF
Tints of Prim #E1C4CF
RGB
CMYK
RGB Variations
Color information
#E1C4CF (or 0xE1C4CF) is known color: Prim. HEX triplet: E1, C4 and CF. RGB value is (225,196,207). Sum of RGB (Red+Green+Blue) = 225+196+207=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C4CF is #1E3B30. Grayscale: #CDCDCD. Windows color (decimal): -1981233 or 13616353. OLE color: 13616353.
HSL color Cylindrical-coordinate representation of color #E1C4CF: hue angle of 337.24º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1C4CF is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 207 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.12 |
| HSL | 337.24º | 0.33% | 0.83% | - |
| HSV(B) | 337.24º | 0.13% | 0.88% | - |
| XYZ | 62.05 | 59.99 | 67.34 | - |
| YUV | 205.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 207 | 0 | 0.13 | 0.08 | 0.12 | 337.24 | 0.33 | 0.83 |
| Hex | E1 | C4 | CF | 0 | D | 8 | C | 151 | 21 | 53 |
| Octal | 341 | 304 | 317 | 0 | 15 | 10 | 14 | 521 | 41 | 123 |
| Binary | 11100001 | 11000100 | 11001111 | 0 | 1101 | 1000 | 1100 | 101010001 | 100001 | 1010011 |
Color Harmonies of #E1C4CF
Complementary color
Monochromatic Colors of #E1C4CF
Black with #E1C4CF
Text Example
Text Example
White with #E1C4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C4CF; }
p { color: rgb(225,196,207); }
H1.HeaderClassName
{
color: #E1C4CF;
}
.AnyTagClassName
{
color: #E1C4CF;
}
</style>
background-color css
<style>
a { background-color: #E1C4CF; }
a { background-color: rgb(225,196,207); }
div.DivClassName
{
background-color: #E1C4CF;
}
.BgClassName
{
background-color: #E1C4CF;
}
</style>
border-color css
<style>
span { border-color: #E1C4CF; }
span { border-color: rgb(225,196,207); }
td.TdClassName
{
border-color: #E1C4CF;
}
.TagClassName
{
border-color: #E1C4CF;
}
</style>