Shades of Twilight #E8BDD0
Tints of Twilight #E8BDD0
RGB
CMYK
RGB Variations
Color information
#E8BDD0 (or 0xE8BDD0) is known color: Twilight. HEX triplet: E8, BD and D0. RGB value is (232,189,208). Sum of RGB (Red+Green+Blue) = 232+189+208=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDD0 is #17422F. Grayscale: #CBCBCB. Windows color (decimal): -1524272 or 13680104. OLE color: 13680104.
HSL color Cylindrical-coordinate representation of color #E8BDD0: hue angle of 333.49º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BDD0 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 208 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.09 |
| HSL | 333.49º | 0.48% | 0.83% | - |
| HSV(B) | 333.49º | 0.19% | 0.91% | - |
| XYZ | 62.86 | 58.11 | 67.58 | - |
| YUV | 204.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 208 | 0 | 0.19 | 0.10 | 0.09 | 333.49 | 0.48 | 0.83 |
| Hex | E8 | BD | D0 | 0 | 13 | A | 9 | 14D | 30 | 53 |
| Octal | 350 | 275 | 320 | 0 | 23 | 12 | 11 | 515 | 60 | 123 |
| Binary | 11101000 | 10111101 | 11010000 | 0 | 10011 | 1010 | 1001 | 101001101 | 110000 | 1010011 |
Color Harmonies of #E8BDD0
Complementary color
Monochromatic Colors of #E8BDD0
Black with #E8BDD0
Text Example
Text Example
White with #E8BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDD0; }
p { color: rgb(232,189,208); }
H1.HeaderClassName
{
color: #E8BDD0;
}
.AnyTagClassName
{
color: #E8BDD0;
}
</style>
background-color css
<style>
a { background-color: #E8BDD0; }
a { background-color: rgb(232,189,208); }
div.DivClassName
{
background-color: #E8BDD0;
}
.BgClassName
{
background-color: #E8BDD0;
}
</style>
border-color css
<style>
span { border-color: #E8BDD0; }
span { border-color: rgb(232,189,208); }
td.TdClassName
{
border-color: #E8BDD0;
}
.TagClassName
{
border-color: #E8BDD0;
}
</style>