Shades of Twilight #E8BFD0
Tints of Twilight #E8BFD0
RGB
CMYK
RGB Variations
Color information
#E8BFD0 (or 0xE8BFD0) is known color: Twilight. HEX triplet: E8, BF and D0. RGB value is (232,191,208). Sum of RGB (Red+Green+Blue) = 232+191+208=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BFD0 is #17402F. Grayscale: #CDCDCD. Windows color (decimal): -1523760 or 13680616. OLE color: 13680616.
HSL color Cylindrical-coordinate representation of color #E8BFD0: hue angle of 335.12º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8BFD0 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 208 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.09 |
| HSL | 335.12º | 0.47% | 0.83% | - |
| HSV(B) | 335.12º | 0.18% | 0.91% | - |
| XYZ | 63.29 | 58.97 | 67.72 | - |
| YUV | 205.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 208 | 0 | 0.18 | 0.10 | 0.09 | 335.12 | 0.47 | 0.83 |
| Hex | E8 | BF | D0 | 0 | 12 | A | 9 | 14F | 2F | 53 |
| Octal | 350 | 277 | 320 | 0 | 22 | 12 | 11 | 517 | 57 | 123 |
| Binary | 11101000 | 10111111 | 11010000 | 0 | 10010 | 1010 | 1001 | 101001111 | 101111 | 1010011 |
Color Harmonies of #E8BFD0
Complementary color
Monochromatic Colors of #E8BFD0
Black with #E8BFD0
Text Example
Text Example
White with #E8BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFD0; }
p { color: rgb(232,191,208); }
H1.HeaderClassName
{
color: #E8BFD0;
}
.AnyTagClassName
{
color: #E8BFD0;
}
</style>
background-color css
<style>
a { background-color: #E8BFD0; }
a { background-color: rgb(232,191,208); }
div.DivClassName
{
background-color: #E8BFD0;
}
.BgClassName
{
background-color: #E8BFD0;
}
</style>
border-color css
<style>
span { border-color: #E8BFD0; }
span { border-color: rgb(232,191,208); }
td.TdClassName
{
border-color: #E8BFD0;
}
.TagClassName
{
border-color: #E8BFD0;
}
</style>