Shades of Twilight #D6BDC8
Tints of Twilight #D6BDC8
RGB
CMYK
RGB Variations
Color information
#D6BDC8 (or 0xD6BDC8) is known color: Twilight. HEX triplet: D6, BD and C8. RGB value is (214,189,200). Sum of RGB (Red+Green+Blue) = 214+189+200=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDC8 is #294237. Grayscale: #C5C5C5. Windows color (decimal): -2703928 or 13155798. OLE color: 13155798.
HSL color Cylindrical-coordinate representation of color #D6BDC8: hue angle of 333.6º degrees, saturation: 0.23, 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 #D6BDC8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 200 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.16 |
| HSL | 333.6º | 0.23% | 0.79% | - |
| HSV(B) | 333.6º | 0.12% | 0.84% | - |
| XYZ | 56.35 | 54.86 | 62.26 | - |
| YUV | 197.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 200 | 0 | 0.12 | 0.07 | 0.16 | 333.6 | 0.23 | 0.79 |
| Hex | D6 | BD | C8 | 0 | C | 7 | 10 | 14E | 17 | 4F |
| Octal | 326 | 275 | 310 | 0 | 14 | 7 | 20 | 516 | 27 | 117 |
| Binary | 11010110 | 10111101 | 11001000 | 0 | 1100 | 111 | 10000 | 101001110 | 10111 | 1001111 |
Color Harmonies of #D6BDC8
Complementary color
Monochromatic Colors of #D6BDC8
Black with #D6BDC8
Text Example
Text Example
White with #D6BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDC8; }
p { color: rgb(214,189,200); }
H1.HeaderClassName
{
color: #D6BDC8;
}
.AnyTagClassName
{
color: #D6BDC8;
}
</style>
background-color css
<style>
a { background-color: #D6BDC8; }
a { background-color: rgb(214,189,200); }
div.DivClassName
{
background-color: #D6BDC8;
}
.BgClassName
{
background-color: #D6BDC8;
}
</style>
border-color css
<style>
span { border-color: #D6BDC8; }
span { border-color: rgb(214,189,200); }
td.TdClassName
{
border-color: #D6BDC8;
}
.TagClassName
{
border-color: #D6BDC8;
}
</style>