Shades of Twilight #E5BAD4
Tints of Twilight #E5BAD4
RGB
CMYK
RGB Variations
Color information
#E5BAD4 (or 0xE5BAD4) is known color: Twilight. HEX triplet: E5, BA and D4. RGB value is (229,186,212). Sum of RGB (Red+Green+Blue) = 229+186+212=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAD4 is #1A452B. Grayscale: #C9C9C9. Windows color (decimal): -1721644 or 13941477. OLE color: 13941477.
HSL color Cylindrical-coordinate representation of color #E5BAD4: hue angle of 323.72º 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 #E5BAD4 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 212 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.10 |
| HSL | 323.72º | 0.45% | 0.81% | - |
| HSV(B) | 323.72º | 0.19% | 0.9% | - |
| XYZ | 61.76 | 56.53 | 69.94 | - |
| YUV | 201.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 212 | 0 | 0.19 | 0.07 | 0.10 | 323.72 | 0.45 | 0.81 |
| Hex | E5 | BA | D4 | 0 | 13 | 7 | A | 144 | 2D | 51 |
| Octal | 345 | 272 | 324 | 0 | 23 | 7 | 12 | 504 | 55 | 121 |
| Binary | 11100101 | 10111010 | 11010100 | 0 | 10011 | 111 | 1010 | 101000100 | 101101 | 1010001 |
Color Harmonies of #E5BAD4
Complementary color
Monochromatic Colors of #E5BAD4
Black with #E5BAD4
Text Example
Text Example
White with #E5BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAD4; }
p { color: rgb(229,186,212); }
H1.HeaderClassName
{
color: #E5BAD4;
}
.AnyTagClassName
{
color: #E5BAD4;
}
</style>
background-color css
<style>
a { background-color: #E5BAD4; }
a { background-color: rgb(229,186,212); }
div.DivClassName
{
background-color: #E5BAD4;
}
.BgClassName
{
background-color: #E5BAD4;
}
</style>
border-color css
<style>
span { border-color: #E5BAD4; }
span { border-color: rgb(229,186,212); }
td.TdClassName
{
border-color: #E5BAD4;
}
.TagClassName
{
border-color: #E5BAD4;
}
</style>