Shades of Twilight #E1BCCD
Tints of Twilight #E1BCCD
RGB
CMYK
RGB Variations
Color information
#E1BCCD (or 0xE1BCCD) is known color: Twilight. HEX triplet: E1, BC and CD. RGB value is (225,188,205). Sum of RGB (Red+Green+Blue) = 225+188+205=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCCD is #1E4332. Grayscale: #C8C8C8. Windows color (decimal): -1983283 or 13483233. OLE color: 13483233.
HSL color Cylindrical-coordinate representation of color #E1BCCD: hue angle of 332.43º 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 #E1BCCD is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 205 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.12 |
| HSL | 332.43º | 0.38% | 0.81% | - |
| HSV(B) | 332.43º | 0.16% | 0.88% | - |
| XYZ | 60.05 | 56.38 | 65.48 | - |
| YUV | 201 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 205 | 0 | 0.16 | 0.09 | 0.12 | 332.43 | 0.38 | 0.81 |
| Hex | E1 | BC | CD | 0 | 10 | 9 | C | 14C | 26 | 51 |
| Octal | 341 | 274 | 315 | 0 | 20 | 11 | 14 | 514 | 46 | 121 |
| Binary | 11100001 | 10111100 | 11001101 | 0 | 10000 | 1001 | 1100 | 101001100 | 100110 | 1010001 |
Color Harmonies of #E1BCCD
Complementary color
Monochromatic Colors of #E1BCCD
Black with #E1BCCD
Text Example
Text Example
White with #E1BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCCD; }
p { color: rgb(225,188,205); }
H1.HeaderClassName
{
color: #E1BCCD;
}
.AnyTagClassName
{
color: #E1BCCD;
}
</style>
background-color css
<style>
a { background-color: #E1BCCD; }
a { background-color: rgb(225,188,205); }
div.DivClassName
{
background-color: #E1BCCD;
}
.BgClassName
{
background-color: #E1BCCD;
}
</style>
border-color css
<style>
span { border-color: #E1BCCD; }
span { border-color: rgb(225,188,205); }
td.TdClassName
{
border-color: #E1BCCD;
}
.TagClassName
{
border-color: #E1BCCD;
}
</style>