Shades of Prim #E1C8CF
Tints of Prim #E1C8CF
RGB
CMYK
RGB Variations
Color information
#E1C8CF (or 0xE1C8CF) is known color: Prim. HEX triplet: E1, C8 and CF. RGB value is (225,200,207). Sum of RGB (Red+Green+Blue) = 225+200+207=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8CF is #1E3730. Grayscale: #D0D0D0. Windows color (decimal): -1980209 or 13617377. OLE color: 13617377.
HSL color Cylindrical-coordinate representation of color #E1C8CF: hue angle of 343.2º 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 #E1C8CF is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 207 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.12 |
| HSL | 343.2º | 0.29% | 0.83% | - |
| HSV(B) | 343.2º | 0.11% | 0.88% | - |
| XYZ | 62.97 | 61.82 | 67.65 | - |
| YUV | 208.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 207 | 0 | 0.11 | 0.08 | 0.12 | 343.2 | 0.29 | 0.83 |
| Hex | E1 | C8 | CF | 0 | B | 8 | C | 157 | 1D | 53 |
| Octal | 341 | 310 | 317 | 0 | 13 | 10 | 14 | 527 | 35 | 123 |
| Binary | 11100001 | 11001000 | 11001111 | 0 | 1011 | 1000 | 1100 | 101010111 | 11101 | 1010011 |
Color Harmonies of #E1C8CF
Complementary color
Monochromatic Colors of #E1C8CF
Black with #E1C8CF
Text Example
Text Example
White with #E1C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8CF; }
p { color: rgb(225,200,207); }
H1.HeaderClassName
{
color: #E1C8CF;
}
.AnyTagClassName
{
color: #E1C8CF;
}
</style>
background-color css
<style>
a { background-color: #E1C8CF; }
a { background-color: rgb(225,200,207); }
div.DivClassName
{
background-color: #E1C8CF;
}
.BgClassName
{
background-color: #E1C8CF;
}
</style>
border-color css
<style>
span { border-color: #E1C8CF; }
span { border-color: rgb(225,200,207); }
td.TdClassName
{
border-color: #E1C8CF;
}
.TagClassName
{
border-color: #E1C8CF;
}
</style>