Shades of Twilight #E1BDCC
Tints of Twilight #E1BDCC
RGB
CMYK
RGB Variations
Color information
#E1BDCC (or 0xE1BDCC) is known color: Twilight. HEX triplet: E1, BD and CC. RGB value is (225,189,204). Sum of RGB (Red+Green+Blue) = 225+189+204=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDCC is #1E4233. Grayscale: #C9C9C9. Windows color (decimal): -1983028 or 13417953. OLE color: 13417953.
HSL color Cylindrical-coordinate representation of color #E1BDCC: hue angle of 335º 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 #E1BDCC is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 204 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.12 |
| HSL | 335º | 0.38% | 0.81% | - |
| HSV(B) | 335º | 0.16% | 0.88% | - |
| XYZ | 60.15 | 56.76 | 64.91 | - |
| YUV | 201.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 204 | 0 | 0.16 | 0.09 | 0.12 | 335 | 0.38 | 0.81 |
| Hex | E1 | BD | CC | 0 | 10 | 9 | C | 14F | 26 | 51 |
| Octal | 341 | 275 | 314 | 0 | 20 | 11 | 14 | 517 | 46 | 121 |
| Binary | 11100001 | 10111101 | 11001100 | 0 | 10000 | 1001 | 1100 | 101001111 | 100110 | 1010001 |
Color Harmonies of #E1BDCC
Complementary color
Monochromatic Colors of #E1BDCC
Black with #E1BDCC
Text Example
Text Example
White with #E1BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDCC; }
p { color: rgb(225,189,204); }
H1.HeaderClassName
{
color: #E1BDCC;
}
.AnyTagClassName
{
color: #E1BDCC;
}
</style>
background-color css
<style>
a { background-color: #E1BDCC; }
a { background-color: rgb(225,189,204); }
div.DivClassName
{
background-color: #E1BDCC;
}
.BgClassName
{
background-color: #E1BDCC;
}
</style>
border-color css
<style>
span { border-color: #E1BDCC; }
span { border-color: rgb(225,189,204); }
td.TdClassName
{
border-color: #E1BDCC;
}
.TagClassName
{
border-color: #E1BDCC;
}
</style>