Shades of Twilight #E6BFD3
Tints of Twilight #E6BFD3
RGB
CMYK
RGB Variations
Color information
#E6BFD3 (or 0xE6BFD3) is known color: Twilight. HEX triplet: E6, BF and D3. RGB value is (230,191,211). Sum of RGB (Red+Green+Blue) = 230+191+211=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFD3 is #19402C. Grayscale: #CCCCCC. Windows color (decimal): -1654829 or 13877222. OLE color: 13877222.
HSL color Cylindrical-coordinate representation of color #E6BFD3: hue angle of 329.23º 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 #E6BFD3 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 211 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.10 |
| HSL | 329.23º | 0.44% | 0.83% | - |
| HSV(B) | 329.23º | 0.17% | 0.9% | - |
| XYZ | 63.02 | 58.79 | 69.65 | - |
| YUV | 204.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 211 | 0 | 0.17 | 0.08 | 0.10 | 329.23 | 0.44 | 0.83 |
| Hex | E6 | BF | D3 | 0 | 11 | 8 | A | 149 | 2C | 53 |
| Octal | 346 | 277 | 323 | 0 | 21 | 10 | 12 | 511 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11010011 | 0 | 10001 | 1000 | 1010 | 101001001 | 101100 | 1010011 |
Color Harmonies of #E6BFD3
Complementary color
Monochromatic Colors of #E6BFD3
Black with #E6BFD3
Text Example
Text Example
White with #E6BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFD3; }
p { color: rgb(230,191,211); }
H1.HeaderClassName
{
color: #E6BFD3;
}
.AnyTagClassName
{
color: #E6BFD3;
}
</style>
background-color css
<style>
a { background-color: #E6BFD3; }
a { background-color: rgb(230,191,211); }
div.DivClassName
{
background-color: #E6BFD3;
}
.BgClassName
{
background-color: #E6BFD3;
}
</style>
border-color css
<style>
span { border-color: #E6BFD3; }
span { border-color: rgb(230,191,211); }
td.TdClassName
{
border-color: #E6BFD3;
}
.TagClassName
{
border-color: #E6BFD3;
}
</style>