Shades of Twilight #E5BAD5
Tints of Twilight #E5BAD5
RGB
CMYK
RGB Variations
Color information
#E5BAD5 (or 0xE5BAD5) is known color: Twilight. HEX triplet: E5, BA and D5. RGB value is (229,186,213). Sum of RGB (Red+Green+Blue) = 229+186+213=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAD5 is #1A452A. Grayscale: #C9C9C9. Windows color (decimal): -1721643 or 14007013. OLE color: 14007013.
HSL color Cylindrical-coordinate representation of color #E5BAD5: hue angle of 322.33º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BAD5 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 213 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.10 |
| HSL | 322.33º | 0.45% | 0.81% | - |
| HSV(B) | 322.33º | 0.19% | 0.9% | - |
| XYZ | 61.88 | 56.58 | 70.61 | - |
| YUV | 201.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 213 | 0 | 0.19 | 0.07 | 0.10 | 322.33 | 0.45 | 0.81 |
| Hex | E5 | BA | D5 | 0 | 13 | 7 | A | 142 | 2D | 51 |
| Octal | 345 | 272 | 325 | 0 | 23 | 7 | 12 | 502 | 55 | 121 |
| Binary | 11100101 | 10111010 | 11010101 | 0 | 10011 | 111 | 1010 | 101000010 | 101101 | 1010001 |
Color Harmonies of #E5BAD5
Complementary color
Monochromatic Colors of #E5BAD5
Black with #E5BAD5
Text Example
Text Example
White with #E5BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAD5; }
p { color: rgb(229,186,213); }
H1.HeaderClassName
{
color: #E5BAD5;
}
.AnyTagClassName
{
color: #E5BAD5;
}
</style>
background-color css
<style>
a { background-color: #E5BAD5; }
a { background-color: rgb(229,186,213); }
div.DivClassName
{
background-color: #E5BAD5;
}
.BgClassName
{
background-color: #E5BAD5;
}
</style>
border-color css
<style>
span { border-color: #E5BAD5; }
span { border-color: rgb(229,186,213); }
td.TdClassName
{
border-color: #E5BAD5;
}
.TagClassName
{
border-color: #E5BAD5;
}
</style>