Shades of Twilight #E2BCD3
Tints of Twilight #E2BCD3
RGB
CMYK
RGB Variations
Color information
#E2BCD3 (or 0xE2BCD3) is known color: Twilight. HEX triplet: E2, BC and D3. RGB value is (226,188,211). Sum of RGB (Red+Green+Blue) = 226+188+211=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCD3 is #1D432C. Grayscale: #C9C9C9. Windows color (decimal): -1917741 or 13876450. OLE color: 13876450.
HSL color Cylindrical-coordinate representation of color #E2BCD3: hue angle of 323.68º 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 #E2BCD3 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 211 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.11 |
| HSL | 323.68º | 0.4% | 0.81% | - |
| HSV(B) | 323.68º | 0.17% | 0.89% | - |
| XYZ | 61.11 | 56.84 | 69.38 | - |
| YUV | 201.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 211 | 0 | 0.17 | 0.07 | 0.11 | 323.68 | 0.4 | 0.81 |
| Hex | E2 | BC | D3 | 0 | 11 | 7 | B | 144 | 28 | 51 |
| Octal | 342 | 274 | 323 | 0 | 21 | 7 | 13 | 504 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11010011 | 0 | 10001 | 111 | 1011 | 101000100 | 101000 | 1010001 |
Color Harmonies of #E2BCD3
Complementary color
Monochromatic Colors of #E2BCD3
Black with #E2BCD3
Text Example
Text Example
White with #E2BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCD3; }
p { color: rgb(226,188,211); }
H1.HeaderClassName
{
color: #E2BCD3;
}
.AnyTagClassName
{
color: #E2BCD3;
}
</style>
background-color css
<style>
a { background-color: #E2BCD3; }
a { background-color: rgb(226,188,211); }
div.DivClassName
{
background-color: #E2BCD3;
}
.BgClassName
{
background-color: #E2BCD3;
}
</style>
border-color css
<style>
span { border-color: #E2BCD3; }
span { border-color: rgb(226,188,211); }
td.TdClassName
{
border-color: #E2BCD3;
}
.TagClassName
{
border-color: #E2BCD3;
}
</style>