Shades of Twilight #D8BACD
Tints of Twilight #D8BACD
RGB
CMYK
RGB Variations
Color information
#D8BACD (or 0xD8BACD) is known color: Twilight. HEX triplet: D8, BA and CD. RGB value is (216,186,205). Sum of RGB (Red+Green+Blue) = 216+186+205=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BACD is #274532. Grayscale: #C5C5C5. Windows color (decimal): -2573619 or 13482712. OLE color: 13482712.
HSL color Cylindrical-coordinate representation of color #D8BACD: hue angle of 322º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BACD is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 205 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.15 |
| HSL | 322º | 0.28% | 0.79% | - |
| HSV(B) | 322º | 0.14% | 0.85% | - |
| XYZ | 56.9 | 54.12 | 65.21 | - |
| YUV | 197.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 205 | 0 | 0.14 | 0.05 | 0.15 | 322 | 0.28 | 0.79 |
| Hex | D8 | BA | CD | 0 | E | 5 | F | 142 | 1C | 4F |
| Octal | 330 | 272 | 315 | 0 | 16 | 5 | 17 | 502 | 34 | 117 |
| Binary | 11011000 | 10111010 | 11001101 | 0 | 1110 | 101 | 1111 | 101000010 | 11100 | 1001111 |
Color Harmonies of #D8BACD
Complementary color
Monochromatic Colors of #D8BACD
Black with #D8BACD
Text Example
Text Example
White with #D8BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BACD; }
p { color: rgb(216,186,205); }
H1.HeaderClassName
{
color: #D8BACD;
}
.AnyTagClassName
{
color: #D8BACD;
}
</style>
background-color css
<style>
a { background-color: #D8BACD; }
a { background-color: rgb(216,186,205); }
div.DivClassName
{
background-color: #D8BACD;
}
.BgClassName
{
background-color: #D8BACD;
}
</style>
border-color css
<style>
span { border-color: #D8BACD; }
span { border-color: rgb(216,186,205); }
td.TdClassName
{
border-color: #D8BACD;
}
.TagClassName
{
border-color: #D8BACD;
}
</style>