Shades of Twilight #D6BACA
Tints of Twilight #D6BACA
RGB
CMYK
RGB Variations
Color information
#D6BACA (or 0xD6BACA) is known color: Twilight. HEX triplet: D6, BA and CA. RGB value is (214,186,202). Sum of RGB (Red+Green+Blue) = 214+186+202=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BACA is #294535. Grayscale: #C4C4C4. Windows color (decimal): -2704694 or 13286102. OLE color: 13286102.
HSL color Cylindrical-coordinate representation of color #D6BACA: hue angle of 325.71º 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 #D6BACA is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 202 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.16 |
| HSL | 325.71º | 0.25% | 0.78% | - |
| HSV(B) | 325.71º | 0.13% | 0.84% | - |
| XYZ | 55.95 | 53.68 | 63.29 | - |
| YUV | 196.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 202 | 0 | 0.13 | 0.06 | 0.16 | 325.71 | 0.25 | 0.78 |
| Hex | D6 | BA | CA | 0 | D | 6 | 10 | 146 | 19 | 4E |
| Octal | 326 | 272 | 312 | 0 | 15 | 6 | 20 | 506 | 31 | 116 |
| Binary | 11010110 | 10111010 | 11001010 | 0 | 1101 | 110 | 10000 | 101000110 | 11001 | 1001110 |
Color Harmonies of #D6BACA
Complementary color
Monochromatic Colors of #D6BACA
Black with #D6BACA
Text Example
Text Example
White with #D6BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BACA; }
p { color: rgb(214,186,202); }
H1.HeaderClassName
{
color: #D6BACA;
}
.AnyTagClassName
{
color: #D6BACA;
}
</style>
background-color css
<style>
a { background-color: #D6BACA; }
a { background-color: rgb(214,186,202); }
div.DivClassName
{
background-color: #D6BACA;
}
.BgClassName
{
background-color: #D6BACA;
}
</style>
border-color css
<style>
span { border-color: #D6BACA; }
span { border-color: rgb(214,186,202); }
td.TdClassName
{
border-color: #D6BACA;
}
.TagClassName
{
border-color: #D6BACA;
}
</style>