Shades of Twilight #E2BCCD
Tints of Twilight #E2BCCD
RGB
CMYK
RGB Variations
Color information
#E2BCCD (or 0xE2BCCD) is known color: Twilight. HEX triplet: E2, BC and CD. RGB value is (226,188,205). Sum of RGB (Red+Green+Blue) = 226+188+205=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCCD is #1D4332. Grayscale: #C9C9C9. Windows color (decimal): -1917747 or 13483234. OLE color: 13483234.
HSL color Cylindrical-coordinate representation of color #E2BCCD: hue angle of 333.16º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCCD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 205 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.11 |
| HSL | 333.16º | 0.4% | 0.81% | - |
| HSV(B) | 333.16º | 0.17% | 0.89% | - |
| XYZ | 60.37 | 56.54 | 65.49 | - |
| YUV | 201.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 205 | 0 | 0.17 | 0.09 | 0.11 | 333.16 | 0.4 | 0.81 |
| Hex | E2 | BC | CD | 0 | 11 | 9 | B | 14D | 28 | 51 |
| Octal | 342 | 274 | 315 | 0 | 21 | 11 | 13 | 515 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11001101 | 0 | 10001 | 1001 | 1011 | 101001101 | 101000 | 1010001 |
Color Harmonies of #E2BCCD
Complementary color
Monochromatic Colors of #E2BCCD
Black with #E2BCCD
Text Example
Text Example
White with #E2BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCCD; }
p { color: rgb(226,188,205); }
H1.HeaderClassName
{
color: #E2BCCD;
}
.AnyTagClassName
{
color: #E2BCCD;
}
</style>
background-color css
<style>
a { background-color: #E2BCCD; }
a { background-color: rgb(226,188,205); }
div.DivClassName
{
background-color: #E2BCCD;
}
.BgClassName
{
background-color: #E2BCCD;
}
</style>
border-color css
<style>
span { border-color: #E2BCCD; }
span { border-color: rgb(226,188,205); }
td.TdClassName
{
border-color: #E2BCCD;
}
.TagClassName
{
border-color: #E2BCCD;
}
</style>