Shades of Twilight #E1B7D0
Tints of Twilight #E1B7D0
RGB
CMYK
RGB Variations
Color information
#E1B7D0 (or 0xE1B7D0) is known color: Twilight. HEX triplet: E1, B7 and D0. RGB value is (225,183,208). Sum of RGB (Red+Green+Blue) = 225+183+208=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7D0 is #1E482F. Grayscale: #C6C6C6. Windows color (decimal): -1984560 or 13678561. OLE color: 13678561.
HSL color Cylindrical-coordinate representation of color #E1B7D0: hue angle of 324.29º degrees, saturation: 0.41, 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 #E1B7D0 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 208 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.12 |
| HSL | 324.29º | 0.41% | 0.8% | - |
| HSV(B) | 324.29º | 0.19% | 0.88% | - |
| XYZ | 59.37 | 54.43 | 67.05 | - |
| YUV | 198.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 208 | 0 | 0.19 | 0.08 | 0.12 | 324.29 | 0.41 | 0.8 |
| Hex | E1 | B7 | D0 | 0 | 13 | 8 | C | 144 | 29 | 50 |
| Octal | 341 | 267 | 320 | 0 | 23 | 10 | 14 | 504 | 51 | 120 |
| Binary | 11100001 | 10110111 | 11010000 | 0 | 10011 | 1000 | 1100 | 101000100 | 101001 | 1010000 |
Color Harmonies of #E1B7D0
Complementary color
Monochromatic Colors of #E1B7D0
Black with #E1B7D0
Text Example
Text Example
White with #E1B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B7D0; }
p { color: rgb(225,183,208); }
H1.HeaderClassName
{
color: #E1B7D0;
}
.AnyTagClassName
{
color: #E1B7D0;
}
</style>
background-color css
<style>
a { background-color: #E1B7D0; }
a { background-color: rgb(225,183,208); }
div.DivClassName
{
background-color: #E1B7D0;
}
.BgClassName
{
background-color: #E1B7D0;
}
</style>
border-color css
<style>
span { border-color: #E1B7D0; }
span { border-color: rgb(225,183,208); }
td.TdClassName
{
border-color: #E1B7D0;
}
.TagClassName
{
border-color: #E1B7D0;
}
</style>