Shades of Twilight #D8BAC7
Tints of Twilight #D8BAC7
RGB
CMYK
RGB Variations
Color information
#D8BAC7 (or 0xD8BAC7) is known color: Twilight. HEX triplet: D8, BA and C7. RGB value is (216,186,199). Sum of RGB (Red+Green+Blue) = 216+186+199=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAC7 is #274538. Grayscale: #C4C4C4. Windows color (decimal): -2573625 or 13089496. OLE color: 13089496.
HSL color Cylindrical-coordinate representation of color #D8BAC7: hue angle of 334º 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 #D8BAC7 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 199 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.15 |
| HSL | 334º | 0.28% | 0.79% | - |
| HSV(B) | 334º | 0.14% | 0.85% | - |
| XYZ | 56.19 | 53.84 | 61.46 | - |
| YUV | 196.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 199 | 0 | 0.14 | 0.08 | 0.15 | 334 | 0.28 | 0.79 |
| Hex | D8 | BA | C7 | 0 | E | 8 | F | 14E | 1C | 4F |
| Octal | 330 | 272 | 307 | 0 | 16 | 10 | 17 | 516 | 34 | 117 |
| Binary | 11011000 | 10111010 | 11000111 | 0 | 1110 | 1000 | 1111 | 101001110 | 11100 | 1001111 |
Color Harmonies of #D8BAC7
Complementary color
Monochromatic Colors of #D8BAC7
Black with #D8BAC7
Text Example
Text Example
White with #D8BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAC7; }
p { color: rgb(216,186,199); }
H1.HeaderClassName
{
color: #D8BAC7;
}
.AnyTagClassName
{
color: #D8BAC7;
}
</style>
background-color css
<style>
a { background-color: #D8BAC7; }
a { background-color: rgb(216,186,199); }
div.DivClassName
{
background-color: #D8BAC7;
}
.BgClassName
{
background-color: #D8BAC7;
}
</style>
border-color css
<style>
span { border-color: #D8BAC7; }
span { border-color: rgb(216,186,199); }
td.TdClassName
{
border-color: #D8BAC7;
}
.TagClassName
{
border-color: #D8BAC7;
}
</style>