Shades of Twilight #D6BAC8
Tints of Twilight #D6BAC8
RGB
CMYK
RGB Variations
Color information
#D6BAC8 (or 0xD6BAC8) is known color: Twilight. HEX triplet: D6, BA and C8. RGB value is (214,186,200). Sum of RGB (Red+Green+Blue) = 214+186+200=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC8 is #294537. Grayscale: #C3C3C3. Windows color (decimal): -2704696 or 13155030. OLE color: 13155030.
HSL color Cylindrical-coordinate representation of color #D6BAC8: hue angle of 330º 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 #D6BAC8 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 200 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.16 |
| HSL | 330º | 0.25% | 0.78% | - |
| HSV(B) | 330º | 0.13% | 0.84% | - |
| XYZ | 55.72 | 53.58 | 62.05 | - |
| YUV | 195.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 200 | 0 | 0.13 | 0.07 | 0.16 | 330 | 0.25 | 0.78 |
| Hex | D6 | BA | C8 | 0 | D | 7 | 10 | 14A | 19 | 4E |
| Octal | 326 | 272 | 310 | 0 | 15 | 7 | 20 | 512 | 31 | 116 |
| Binary | 11010110 | 10111010 | 11001000 | 0 | 1101 | 111 | 10000 | 101001010 | 11001 | 1001110 |
Color Harmonies of #D6BAC8
Complementary color
Monochromatic Colors of #D6BAC8
Black with #D6BAC8
Text Example
Text Example
White with #D6BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAC8; }
p { color: rgb(214,186,200); }
H1.HeaderClassName
{
color: #D6BAC8;
}
.AnyTagClassName
{
color: #D6BAC8;
}
</style>
background-color css
<style>
a { background-color: #D6BAC8; }
a { background-color: rgb(214,186,200); }
div.DivClassName
{
background-color: #D6BAC8;
}
.BgClassName
{
background-color: #D6BAC8;
}
</style>
border-color css
<style>
span { border-color: #D6BAC8; }
span { border-color: rgb(214,186,200); }
td.TdClassName
{
border-color: #D6BAC8;
}
.TagClassName
{
border-color: #D6BAC8;
}
</style>