Shades of Twilight #E1B9D3
Tints of Twilight #E1B9D3
RGB
CMYK
RGB Variations
Color information
#E1B9D3 (or 0xE1B9D3) is known color: Twilight. HEX triplet: E1, B9 and D3. RGB value is (225,185,211). Sum of RGB (Red+Green+Blue) = 225+185+211=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B9D3 is #1E462C. Grayscale: #C7C7C7. Windows color (decimal): -1984045 or 13875681. OLE color: 13875681.
HSL color Cylindrical-coordinate representation of color #E1B9D3: hue angle of 321º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B9D3 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 211 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.12 |
| HSL | 321º | 0.4% | 0.8% | - |
| HSV(B) | 321º | 0.18% | 0.88% | - |
| XYZ | 60.16 | 55.41 | 69.15 | - |
| YUV | 199.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 211 | 0 | 0.18 | 0.06 | 0.12 | 321 | 0.4 | 0.8 |
| Hex | E1 | B9 | D3 | 0 | 12 | 6 | C | 141 | 28 | 50 |
| Octal | 341 | 271 | 323 | 0 | 22 | 6 | 14 | 501 | 50 | 120 |
| Binary | 11100001 | 10111001 | 11010011 | 0 | 10010 | 110 | 1100 | 101000001 | 101000 | 1010000 |
Color Harmonies of #E1B9D3
Complementary color
Monochromatic Colors of #E1B9D3
Black with #E1B9D3
Text Example
Text Example
White with #E1B9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B9D3; }
p { color: rgb(225,185,211); }
H1.HeaderClassName
{
color: #E1B9D3;
}
.AnyTagClassName
{
color: #E1B9D3;
}
</style>
background-color css
<style>
a { background-color: #E1B9D3; }
a { background-color: rgb(225,185,211); }
div.DivClassName
{
background-color: #E1B9D3;
}
.BgClassName
{
background-color: #E1B9D3;
}
</style>
border-color css
<style>
span { border-color: #E1B9D3; }
span { border-color: rgb(225,185,211); }
td.TdClassName
{
border-color: #E1B9D3;
}
.TagClassName
{
border-color: #E1B9D3;
}
</style>