Shades of Twilight #E6BFD8
Tints of Twilight #E6BFD8
RGB
CMYK
RGB Variations
Color information
#E6BFD8 (or 0xE6BFD8) is known color: Twilight. HEX triplet: E6, BF and D8. RGB value is (230,191,216). Sum of RGB (Red+Green+Blue) = 230+191+216=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFD8 is #194027. Grayscale: #CDCDCD. Windows color (decimal): -1654824 or 14204902. OLE color: 14204902.
HSL color Cylindrical-coordinate representation of color #E6BFD8: hue angle of 321.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFD8 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 216 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.10 |
| HSL | 321.54º | 0.44% | 0.83% | - |
| HSV(B) | 321.54º | 0.17% | 0.9% | - |
| XYZ | 63.66 | 59.04 | 73.01 | - |
| YUV | 205.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 216 | 0 | 0.17 | 0.06 | 0.10 | 321.54 | 0.44 | 0.83 |
| Hex | E6 | BF | D8 | 0 | 11 | 6 | A | 142 | 2C | 53 |
| Octal | 346 | 277 | 330 | 0 | 21 | 6 | 12 | 502 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11011000 | 0 | 10001 | 110 | 1010 | 101000010 | 101100 | 1010011 |
Color Harmonies of #E6BFD8
Complementary color
Monochromatic Colors of #E6BFD8
Black with #E6BFD8
Text Example
Text Example
White with #E6BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFD8; }
p { color: rgb(230,191,216); }
H1.HeaderClassName
{
color: #E6BFD8;
}
.AnyTagClassName
{
color: #E6BFD8;
}
</style>
background-color css
<style>
a { background-color: #E6BFD8; }
a { background-color: rgb(230,191,216); }
div.DivClassName
{
background-color: #E6BFD8;
}
.BgClassName
{
background-color: #E6BFD8;
}
</style>
border-color css
<style>
span { border-color: #E6BFD8; }
span { border-color: rgb(230,191,216); }
td.TdClassName
{
border-color: #E6BFD8;
}
.TagClassName
{
border-color: #E6BFD8;
}
</style>