Shades of Twilight #D6BAC9
Tints of Twilight #D6BAC9
RGB
CMYK
RGB Variations
Color information
#D6BAC9 (or 0xD6BAC9) is known color: Twilight. HEX triplet: D6, BA and C9. RGB value is (214,186,201). Sum of RGB (Red+Green+Blue) = 214+186+201=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC9 is #294536. Grayscale: #C4C4C4. Windows color (decimal): -2704695 or 13220566. OLE color: 13220566.
HSL color Cylindrical-coordinate representation of color #D6BAC9: hue angle of 327.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BAC9 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 201 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.16 |
| HSL | 327.86º | 0.25% | 0.78% | - |
| HSV(B) | 327.86º | 0.13% | 0.84% | - |
| XYZ | 55.83 | 53.63 | 62.67 | - |
| YUV | 196.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 201 | 0 | 0.13 | 0.06 | 0.16 | 327.86 | 0.25 | 0.78 |
| Hex | D6 | BA | C9 | 0 | D | 6 | 10 | 148 | 19 | 4E |
| Octal | 326 | 272 | 311 | 0 | 15 | 6 | 20 | 510 | 31 | 116 |
| Binary | 11010110 | 10111010 | 11001001 | 0 | 1101 | 110 | 10000 | 101001000 | 11001 | 1001110 |
Color Harmonies of #D6BAC9
Complementary color
Monochromatic Colors of #D6BAC9
Black with #D6BAC9
Text Example
Text Example
White with #D6BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAC9; }
p { color: rgb(214,186,201); }
H1.HeaderClassName
{
color: #D6BAC9;
}
.AnyTagClassName
{
color: #D6BAC9;
}
</style>
background-color css
<style>
a { background-color: #D6BAC9; }
a { background-color: rgb(214,186,201); }
div.DivClassName
{
background-color: #D6BAC9;
}
.BgClassName
{
background-color: #D6BAC9;
}
</style>
border-color css
<style>
span { border-color: #D6BAC9; }
span { border-color: rgb(214,186,201); }
td.TdClassName
{
border-color: #D6BAC9;
}
.TagClassName
{
border-color: #D6BAC9;
}
</style>