Shades of Twilight #E6BFCF
Tints of Twilight #E6BFCF
RGB
CMYK
RGB Variations
Color information
#E6BFCF (or 0xE6BFCF) is known color: Twilight. HEX triplet: E6, BF and CF. RGB value is (230,191,207). Sum of RGB (Red+Green+Blue) = 230+191+207=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFCF is #194030. Grayscale: #CCCCCC. Windows color (decimal): -1654833 or 13615078. OLE color: 13615078.
HSL color Cylindrical-coordinate representation of color #E6BFCF: hue angle of 335.38º 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 #E6BFCF is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 207 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.10 |
| HSL | 335.38º | 0.44% | 0.83% | - |
| HSV(B) | 335.38º | 0.17% | 0.9% | - |
| XYZ | 62.53 | 58.59 | 67.04 | - |
| YUV | 204.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 207 | 0 | 0.17 | 0.10 | 0.10 | 335.38 | 0.44 | 0.83 |
| Hex | E6 | BF | CF | 0 | 11 | A | A | 14F | 2C | 53 |
| Octal | 346 | 277 | 317 | 0 | 21 | 12 | 12 | 517 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11001111 | 0 | 10001 | 1010 | 1010 | 101001111 | 101100 | 1010011 |
Color Harmonies of #E6BFCF
Complementary color
Monochromatic Colors of #E6BFCF
Black with #E6BFCF
Text Example
Text Example
White with #E6BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFCF; }
p { color: rgb(230,191,207); }
H1.HeaderClassName
{
color: #E6BFCF;
}
.AnyTagClassName
{
color: #E6BFCF;
}
</style>
background-color css
<style>
a { background-color: #E6BFCF; }
a { background-color: rgb(230,191,207); }
div.DivClassName
{
background-color: #E6BFCF;
}
.BgClassName
{
background-color: #E6BFCF;
}
</style>
border-color css
<style>
span { border-color: #E6BFCF; }
span { border-color: rgb(230,191,207); }
td.TdClassName
{
border-color: #E6BFCF;
}
.TagClassName
{
border-color: #E6BFCF;
}
</style>