Shades of Twilight #D6BCC6
Tints of Twilight #D6BCC6
RGB
CMYK
RGB Variations
Color information
#D6BCC6 (or 0xD6BCC6) is known color: Twilight. HEX triplet: D6, BC and C6. RGB value is (214,188,198). Sum of RGB (Red+Green+Blue) = 214+188+198=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCC6 is #294339. Grayscale: #C4C4C4. Windows color (decimal): -2704186 or 13024470. OLE color: 13024470.
HSL color Cylindrical-coordinate representation of color #D6BCC6: hue angle of 336.92º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BCC6 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 198 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.16 |
| HSL | 336.92º | 0.24% | 0.79% | - |
| HSV(B) | 336.92º | 0.12% | 0.84% | - |
| XYZ | 55.91 | 54.34 | 60.97 | - |
| YUV | 196.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 198 | 0 | 0.12 | 0.07 | 0.16 | 336.92 | 0.24 | 0.79 |
| Hex | D6 | BC | C6 | 0 | C | 7 | 10 | 151 | 18 | 4F |
| Octal | 326 | 274 | 306 | 0 | 14 | 7 | 20 | 521 | 30 | 117 |
| Binary | 11010110 | 10111100 | 11000110 | 0 | 1100 | 111 | 10000 | 101010001 | 11000 | 1001111 |
Color Harmonies of #D6BCC6
Complementary color
Monochromatic Colors of #D6BCC6
Black with #D6BCC6
Text Example
Text Example
White with #D6BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCC6; }
p { color: rgb(214,188,198); }
H1.HeaderClassName
{
color: #D6BCC6;
}
.AnyTagClassName
{
color: #D6BCC6;
}
</style>
background-color css
<style>
a { background-color: #D6BCC6; }
a { background-color: rgb(214,188,198); }
div.DivClassName
{
background-color: #D6BCC6;
}
.BgClassName
{
background-color: #D6BCC6;
}
</style>
border-color css
<style>
span { border-color: #D6BCC6; }
span { border-color: rgb(214,188,198); }
td.TdClassName
{
border-color: #D6BCC6;
}
.TagClassName
{
border-color: #D6BCC6;
}
</style>