Shades of Twilight #E1BDCD
Tints of Twilight #E1BDCD
RGB
CMYK
RGB Variations
Color information
#E1BDCD (or 0xE1BDCD) is known color: Twilight. HEX triplet: E1, BD and CD. RGB value is (225,189,205). Sum of RGB (Red+Green+Blue) = 225+189+205=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDCD is #1E4232. Grayscale: #C9C9C9. Windows color (decimal): -1983027 or 13483489. OLE color: 13483489.
HSL color Cylindrical-coordinate representation of color #E1BDCD: hue angle of 333.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BDCD is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 205 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.12 |
| HSL | 333.33º | 0.38% | 0.81% | - |
| HSV(B) | 333.33º | 0.16% | 0.88% | - |
| XYZ | 60.27 | 56.81 | 65.55 | - |
| YUV | 201.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 205 | 0 | 0.16 | 0.09 | 0.12 | 333.33 | 0.38 | 0.81 |
| Hex | E1 | BD | CD | 0 | 10 | 9 | C | 14D | 26 | 51 |
| Octal | 341 | 275 | 315 | 0 | 20 | 11 | 14 | 515 | 46 | 121 |
| Binary | 11100001 | 10111101 | 11001101 | 0 | 10000 | 1001 | 1100 | 101001101 | 100110 | 1010001 |
Color Harmonies of #E1BDCD
Complementary color
Monochromatic Colors of #E1BDCD
Black with #E1BDCD
Text Example
Text Example
White with #E1BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDCD; }
p { color: rgb(225,189,205); }
H1.HeaderClassName
{
color: #E1BDCD;
}
.AnyTagClassName
{
color: #E1BDCD;
}
</style>
background-color css
<style>
a { background-color: #E1BDCD; }
a { background-color: rgb(225,189,205); }
div.DivClassName
{
background-color: #E1BDCD;
}
.BgClassName
{
background-color: #E1BDCD;
}
</style>
border-color css
<style>
span { border-color: #E1BDCD; }
span { border-color: rgb(225,189,205); }
td.TdClassName
{
border-color: #E1BDCD;
}
.TagClassName
{
border-color: #E1BDCD;
}
</style>