Shades of Twilight #E2BDD5
Tints of Twilight #E2BDD5
RGB
CMYK
RGB Variations
Color information
#E2BDD5 (or 0xE2BDD5) is known color: Twilight. HEX triplet: E2, BD and D5. RGB value is (226,189,213). Sum of RGB (Red+Green+Blue) = 226+189+213=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDD5 is #1D422A. Grayscale: #CACACA. Windows color (decimal): -1917483 or 14007778. OLE color: 14007778.
HSL color Cylindrical-coordinate representation of color #E2BDD5: hue angle of 321.08º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BDD5 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 213 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.11 |
| HSL | 321.08º | 0.39% | 0.81% | - |
| HSV(B) | 321.08º | 0.16% | 0.89% | - |
| XYZ | 61.57 | 57.37 | 70.78 | - |
| YUV | 202.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 213 | 0 | 0.16 | 0.06 | 0.11 | 321.08 | 0.39 | 0.81 |
| Hex | E2 | BD | D5 | 0 | 10 | 6 | B | 141 | 27 | 51 |
| Octal | 342 | 275 | 325 | 0 | 20 | 6 | 13 | 501 | 47 | 121 |
| Binary | 11100010 | 10111101 | 11010101 | 0 | 10000 | 110 | 1011 | 101000001 | 100111 | 1010001 |
Color Harmonies of #E2BDD5
Complementary color
Monochromatic Colors of #E2BDD5
Black with #E2BDD5
Text Example
Text Example
White with #E2BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDD5; }
p { color: rgb(226,189,213); }
H1.HeaderClassName
{
color: #E2BDD5;
}
.AnyTagClassName
{
color: #E2BDD5;
}
</style>
background-color css
<style>
a { background-color: #E2BDD5; }
a { background-color: rgb(226,189,213); }
div.DivClassName
{
background-color: #E2BDD5;
}
.BgClassName
{
background-color: #E2BDD5;
}
</style>
border-color css
<style>
span { border-color: #E2BDD5; }
span { border-color: rgb(226,189,213); }
td.TdClassName
{
border-color: #E2BDD5;
}
.TagClassName
{
border-color: #E2BDD5;
}
</style>