Shades of Twilight #D6BCC8
Tints of Twilight #D6BCC8
RGB
CMYK
RGB Variations
Color information
#D6BCC8 (or 0xD6BCC8) is known color: Twilight. HEX triplet: D6, BC and C8. RGB value is (214,188,200). Sum of RGB (Red+Green+Blue) = 214+188+200=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCC8 is #294337. Grayscale: #C5C5C5. Windows color (decimal): -2704184 or 13155542. OLE color: 13155542.
HSL color Cylindrical-coordinate representation of color #D6BCC8: hue angle of 332.31º 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 #D6BCC8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 200 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.16 |
| HSL | 332.31º | 0.24% | 0.79% | - |
| HSV(B) | 332.31º | 0.12% | 0.84% | - |
| XYZ | 56.14 | 54.43 | 62.19 | - |
| YUV | 197.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 200 | 0 | 0.12 | 0.07 | 0.16 | 332.31 | 0.24 | 0.79 |
| Hex | D6 | BC | C8 | 0 | C | 7 | 10 | 14C | 18 | 4F |
| Octal | 326 | 274 | 310 | 0 | 14 | 7 | 20 | 514 | 30 | 117 |
| Binary | 11010110 | 10111100 | 11001000 | 0 | 1100 | 111 | 10000 | 101001100 | 11000 | 1001111 |
Color Harmonies of #D6BCC8
Complementary color
Monochromatic Colors of #D6BCC8
Black with #D6BCC8
Text Example
Text Example
White with #D6BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCC8; }
p { color: rgb(214,188,200); }
H1.HeaderClassName
{
color: #D6BCC8;
}
.AnyTagClassName
{
color: #D6BCC8;
}
</style>
background-color css
<style>
a { background-color: #D6BCC8; }
a { background-color: rgb(214,188,200); }
div.DivClassName
{
background-color: #D6BCC8;
}
.BgClassName
{
background-color: #D6BCC8;
}
</style>
border-color css
<style>
span { border-color: #D6BCC8; }
span { border-color: rgb(214,188,200); }
td.TdClassName
{
border-color: #D6BCC8;
}
.TagClassName
{
border-color: #D6BCC8;
}
</style>