Shades of Twilight #D7BAC9
Tints of Twilight #D7BAC9
RGB
CMYK
RGB Variations
Color information
#D7BAC9 (or 0xD7BAC9) is known color: Twilight. HEX triplet: D7, BA and C9. RGB value is (215,186,201). Sum of RGB (Red+Green+Blue) = 215+186+201=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC9 is #284536. Grayscale: #C4C4C4. Windows color (decimal): -2639159 or 13220567. OLE color: 13220567.
HSL color Cylindrical-coordinate representation of color #D7BAC9: hue angle of 328.97º 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 #D7BAC9 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 201 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.16 |
| HSL | 328.97º | 0.27% | 0.79% | - |
| HSV(B) | 328.97º | 0.13% | 0.84% | - |
| XYZ | 56.13 | 53.78 | 62.68 | - |
| YUV | 196.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 201 | 0 | 0.13 | 0.07 | 0.16 | 328.97 | 0.27 | 0.79 |
| Hex | D7 | BA | C9 | 0 | D | 7 | 10 | 149 | 1B | 4F |
| Octal | 327 | 272 | 311 | 0 | 15 | 7 | 20 | 511 | 33 | 117 |
| Binary | 11010111 | 10111010 | 11001001 | 0 | 1101 | 111 | 10000 | 101001001 | 11011 | 1001111 |
Color Harmonies of #D7BAC9
Complementary color
Monochromatic Colors of #D7BAC9
Black with #D7BAC9
Text Example
Text Example
White with #D7BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BAC9; }
p { color: rgb(215,186,201); }
H1.HeaderClassName
{
color: #D7BAC9;
}
.AnyTagClassName
{
color: #D7BAC9;
}
</style>
background-color css
<style>
a { background-color: #D7BAC9; }
a { background-color: rgb(215,186,201); }
div.DivClassName
{
background-color: #D7BAC9;
}
.BgClassName
{
background-color: #D7BAC9;
}
</style>
border-color css
<style>
span { border-color: #D7BAC9; }
span { border-color: rgb(215,186,201); }
td.TdClassName
{
border-color: #D7BAC9;
}
.TagClassName
{
border-color: #D7BAC9;
}
</style>