Shades of Twilight #E1BDCF
Tints of Twilight #E1BDCF
RGB
CMYK
RGB Variations
Color information
#E1BDCF (or 0xE1BDCF) is known color: Twilight. HEX triplet: E1, BD and CF. RGB value is (225,189,207). Sum of RGB (Red+Green+Blue) = 225+189+207=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDCF is #1E4230. Grayscale: #C9C9C9. Windows color (decimal): -1983025 or 13614561. OLE color: 13614561.
HSL color Cylindrical-coordinate representation of color #E1BDCF: hue angle of 330º 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 #E1BDCF is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 207 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.12 |
| HSL | 330º | 0.38% | 0.81% | - |
| HSV(B) | 330º | 0.16% | 0.88% | - |
| XYZ | 60.51 | 56.91 | 66.83 | - |
| YUV | 201.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 207 | 0 | 0.16 | 0.08 | 0.12 | 330 | 0.38 | 0.81 |
| Hex | E1 | BD | CF | 0 | 10 | 8 | C | 14A | 26 | 51 |
| Octal | 341 | 275 | 317 | 0 | 20 | 10 | 14 | 512 | 46 | 121 |
| Binary | 11100001 | 10111101 | 11001111 | 0 | 10000 | 1000 | 1100 | 101001010 | 100110 | 1010001 |
Color Harmonies of #E1BDCF
Complementary color
Monochromatic Colors of #E1BDCF
Black with #E1BDCF
Text Example
Text Example
White with #E1BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDCF; }
p { color: rgb(225,189,207); }
H1.HeaderClassName
{
color: #E1BDCF;
}
.AnyTagClassName
{
color: #E1BDCF;
}
</style>
background-color css
<style>
a { background-color: #E1BDCF; }
a { background-color: rgb(225,189,207); }
div.DivClassName
{
background-color: #E1BDCF;
}
.BgClassName
{
background-color: #E1BDCF;
}
</style>
border-color css
<style>
span { border-color: #E1BDCF; }
span { border-color: rgb(225,189,207); }
td.TdClassName
{
border-color: #E1BDCF;
}
.TagClassName
{
border-color: #E1BDCF;
}
</style>