Shades of Twilight #D7BAC6
Tints of Twilight #D7BAC6
RGB
CMYK
RGB Variations
Color information
#D7BAC6 (or 0xD7BAC6) is known color: Twilight. HEX triplet: D7, BA and C6. RGB value is (215,186,198). Sum of RGB (Red+Green+Blue) = 215+186+198=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC6 is #284539. Grayscale: #C4C4C4. Windows color (decimal): -2639162 or 13023959. OLE color: 13023959.
HSL color Cylindrical-coordinate representation of color #D7BAC6: hue angle of 335.17º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BAC6 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 198 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.16 |
| HSL | 335.17º | 0.27% | 0.79% | - |
| HSV(B) | 335.17º | 0.13% | 0.84% | - |
| XYZ | 55.78 | 53.64 | 60.84 | - |
| YUV | 196.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 198 | 0 | 0.13 | 0.08 | 0.16 | 335.17 | 0.27 | 0.79 |
| Hex | D7 | BA | C6 | 0 | D | 8 | 10 | 14F | 1B | 4F |
| Octal | 327 | 272 | 306 | 0 | 15 | 10 | 20 | 517 | 33 | 117 |
| Binary | 11010111 | 10111010 | 11000110 | 0 | 1101 | 1000 | 10000 | 101001111 | 11011 | 1001111 |
Color Harmonies of #D7BAC6
Complementary color
Monochromatic Colors of #D7BAC6
Black with #D7BAC6
Text Example
Text Example
White with #D7BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BAC6; }
p { color: rgb(215,186,198); }
H1.HeaderClassName
{
color: #D7BAC6;
}
.AnyTagClassName
{
color: #D7BAC6;
}
</style>
background-color css
<style>
a { background-color: #D7BAC6; }
a { background-color: rgb(215,186,198); }
div.DivClassName
{
background-color: #D7BAC6;
}
.BgClassName
{
background-color: #D7BAC6;
}
</style>
border-color css
<style>
span { border-color: #D7BAC6; }
span { border-color: rgb(215,186,198); }
td.TdClassName
{
border-color: #D7BAC6;
}
.TagClassName
{
border-color: #D7BAC6;
}
</style>