Shades of Twilight #E6BFD2
Tints of Twilight #E6BFD2
RGB
CMYK
RGB Variations
Color information
#E6BFD2 (or 0xE6BFD2) is known color: Twilight. HEX triplet: E6, BF and D2. RGB value is (230,191,210). Sum of RGB (Red+Green+Blue) = 230+191+210=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFD2 is #19402D. Grayscale: #CCCCCC. Windows color (decimal): -1654830 or 13811686. OLE color: 13811686.
HSL color Cylindrical-coordinate representation of color #E6BFD2: hue angle of 330.77º 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 #E6BFD2 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 210 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.10 |
| HSL | 330.77º | 0.44% | 0.83% | - |
| HSV(B) | 330.77º | 0.17% | 0.9% | - |
| XYZ | 62.9 | 58.74 | 69 | - |
| YUV | 204.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 210 | 0 | 0.17 | 0.09 | 0.10 | 330.77 | 0.44 | 0.83 |
| Hex | E6 | BF | D2 | 0 | 11 | 9 | A | 14B | 2C | 53 |
| Octal | 346 | 277 | 322 | 0 | 21 | 11 | 12 | 513 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11010010 | 0 | 10001 | 1001 | 1010 | 101001011 | 101100 | 1010011 |
Color Harmonies of #E6BFD2
Complementary color
Monochromatic Colors of #E6BFD2
Black with #E6BFD2
Text Example
Text Example
White with #E6BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFD2; }
p { color: rgb(230,191,210); }
H1.HeaderClassName
{
color: #E6BFD2;
}
.AnyTagClassName
{
color: #E6BFD2;
}
</style>
background-color css
<style>
a { background-color: #E6BFD2; }
a { background-color: rgb(230,191,210); }
div.DivClassName
{
background-color: #E6BFD2;
}
.BgClassName
{
background-color: #E6BFD2;
}
</style>
border-color css
<style>
span { border-color: #E6BFD2; }
span { border-color: rgb(230,191,210); }
td.TdClassName
{
border-color: #E6BFD2;
}
.TagClassName
{
border-color: #E6BFD2;
}
</style>