Shades of Twilight #E6BFD0
Tints of Twilight #E6BFD0
RGB
CMYK
RGB Variations
Color information
#E6BFD0 (or 0xE6BFD0) is known color: Twilight. HEX triplet: E6, BF and D0. RGB value is (230,191,208). Sum of RGB (Red+Green+Blue) = 230+191+208=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFD0 is #19402F. Grayscale: #CCCCCC. Windows color (decimal): -1654832 or 13680614. OLE color: 13680614.
HSL color Cylindrical-coordinate representation of color #E6BFD0: hue angle of 333.85º 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 #E6BFD0 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 208 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.10 |
| HSL | 333.85º | 0.44% | 0.83% | - |
| HSV(B) | 333.85º | 0.17% | 0.9% | - |
| XYZ | 62.65 | 58.64 | 67.69 | - |
| YUV | 204.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 208 | 0 | 0.17 | 0.10 | 0.10 | 333.85 | 0.44 | 0.83 |
| Hex | E6 | BF | D0 | 0 | 11 | A | A | 14E | 2C | 53 |
| Octal | 346 | 277 | 320 | 0 | 21 | 12 | 12 | 516 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11010000 | 0 | 10001 | 1010 | 1010 | 101001110 | 101100 | 1010011 |
Color Harmonies of #E6BFD0
Complementary color
Monochromatic Colors of #E6BFD0
Black with #E6BFD0
Text Example
Text Example
White with #E6BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFD0; }
p { color: rgb(230,191,208); }
H1.HeaderClassName
{
color: #E6BFD0;
}
.AnyTagClassName
{
color: #E6BFD0;
}
</style>
background-color css
<style>
a { background-color: #E6BFD0; }
a { background-color: rgb(230,191,208); }
div.DivClassName
{
background-color: #E6BFD0;
}
.BgClassName
{
background-color: #E6BFD0;
}
</style>
border-color css
<style>
span { border-color: #E6BFD0; }
span { border-color: rgb(230,191,208); }
td.TdClassName
{
border-color: #E6BFD0;
}
.TagClassName
{
border-color: #E6BFD0;
}
</style>