Shades of Twilight #E1B6CF
Tints of Twilight #E1B6CF
RGB
CMYK
RGB Variations
Color information
#E1B6CF (or 0xE1B6CF) is known color: Twilight. HEX triplet: E1, B6 and CF. RGB value is (225,182,207). Sum of RGB (Red+Green+Blue) = 225+182+207=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6CF is #1E4930. Grayscale: #C5C5C5. Windows color (decimal): -1984817 or 13612769. OLE color: 13612769.
HSL color Cylindrical-coordinate representation of color #E1B6CF: hue angle of 325.12º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1B6CF is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 207 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.12 |
| HSL | 325.12º | 0.42% | 0.8% | - |
| HSV(B) | 325.12º | 0.19% | 0.88% | - |
| XYZ | 59.04 | 53.97 | 66.34 | - |
| YUV | 197.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 207 | 0 | 0.19 | 0.08 | 0.12 | 325.12 | 0.42 | 0.8 |
| Hex | E1 | B6 | CF | 0 | 13 | 8 | C | 145 | 2A | 50 |
| Octal | 341 | 266 | 317 | 0 | 23 | 10 | 14 | 505 | 52 | 120 |
| Binary | 11100001 | 10110110 | 11001111 | 0 | 10011 | 1000 | 1100 | 101000101 | 101010 | 1010000 |
Color Harmonies of #E1B6CF
Complementary color
Monochromatic Colors of #E1B6CF
Black with #E1B6CF
Text Example
Text Example
White with #E1B6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B6CF; }
p { color: rgb(225,182,207); }
H1.HeaderClassName
{
color: #E1B6CF;
}
.AnyTagClassName
{
color: #E1B6CF;
}
</style>
background-color css
<style>
a { background-color: #E1B6CF; }
a { background-color: rgb(225,182,207); }
div.DivClassName
{
background-color: #E1B6CF;
}
.BgClassName
{
background-color: #E1B6CF;
}
</style>
border-color css
<style>
span { border-color: #E1B6CF; }
span { border-color: rgb(225,182,207); }
td.TdClassName
{
border-color: #E1B6CF;
}
.TagClassName
{
border-color: #E1B6CF;
}
</style>