Shades of Twilight #E5BAD2
Tints of Twilight #E5BAD2
RGB
CMYK
RGB Variations
Color information
#E5BAD2 (or 0xE5BAD2) is known color: Twilight. HEX triplet: E5, BA and D2. RGB value is (229,186,210). Sum of RGB (Red+Green+Blue) = 229+186+210=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAD2 is #1A452D. Grayscale: #C9C9C9. Windows color (decimal): -1721646 or 13810405. OLE color: 13810405.
HSL color Cylindrical-coordinate representation of color #E5BAD2: hue angle of 326.51º 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 #E5BAD2 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 210 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.10 |
| HSL | 326.51º | 0.45% | 0.81% | - |
| HSV(B) | 326.51º | 0.19% | 0.9% | - |
| XYZ | 61.5 | 56.43 | 68.62 | - |
| YUV | 201.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 210 | 0 | 0.19 | 0.08 | 0.10 | 326.51 | 0.45 | 0.81 |
| Hex | E5 | BA | D2 | 0 | 13 | 8 | A | 147 | 2D | 51 |
| Octal | 345 | 272 | 322 | 0 | 23 | 10 | 12 | 507 | 55 | 121 |
| Binary | 11100101 | 10111010 | 11010010 | 0 | 10011 | 1000 | 1010 | 101000111 | 101101 | 1010001 |
Color Harmonies of #E5BAD2
Complementary color
Monochromatic Colors of #E5BAD2
Black with #E5BAD2
Text Example
Text Example
White with #E5BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAD2; }
p { color: rgb(229,186,210); }
H1.HeaderClassName
{
color: #E5BAD2;
}
.AnyTagClassName
{
color: #E5BAD2;
}
</style>
background-color css
<style>
a { background-color: #E5BAD2; }
a { background-color: rgb(229,186,210); }
div.DivClassName
{
background-color: #E5BAD2;
}
.BgClassName
{
background-color: #E5BAD2;
}
</style>
border-color css
<style>
span { border-color: #E5BAD2; }
span { border-color: rgb(229,186,210); }
td.TdClassName
{
border-color: #E5BAD2;
}
.TagClassName
{
border-color: #E5BAD2;
}
</style>