Shades of Twilight #D8BCC9
Tints of Twilight #D8BCC9
RGB
CMYK
RGB Variations
Color information
#D8BCC9 (or 0xD8BCC9) is known color: Twilight. HEX triplet: D8, BC and C9. RGB value is (216,188,201). Sum of RGB (Red+Green+Blue) = 216+188+201=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCC9 is #274336. Grayscale: #C5C5C5. Windows color (decimal): -2573111 or 13221080. OLE color: 13221080.
HSL color Cylindrical-coordinate representation of color #D8BCC9: hue angle of 332.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BCC9 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 201 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.15 |
| HSL | 332.14º | 0.26% | 0.79% | - |
| HSV(B) | 332.14º | 0.13% | 0.85% | - |
| XYZ | 56.84 | 54.78 | 62.84 | - |
| YUV | 197.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 201 | 0 | 0.13 | 0.07 | 0.15 | 332.14 | 0.26 | 0.79 |
| Hex | D8 | BC | C9 | 0 | D | 7 | F | 14C | 1A | 4F |
| Octal | 330 | 274 | 311 | 0 | 15 | 7 | 17 | 514 | 32 | 117 |
| Binary | 11011000 | 10111100 | 11001001 | 0 | 1101 | 111 | 1111 | 101001100 | 11010 | 1001111 |
Color Harmonies of #D8BCC9
Complementary color
Monochromatic Colors of #D8BCC9
Black with #D8BCC9
Text Example
Text Example
White with #D8BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCC9; }
p { color: rgb(216,188,201); }
H1.HeaderClassName
{
color: #D8BCC9;
}
.AnyTagClassName
{
color: #D8BCC9;
}
</style>
background-color css
<style>
a { background-color: #D8BCC9; }
a { background-color: rgb(216,188,201); }
div.DivClassName
{
background-color: #D8BCC9;
}
.BgClassName
{
background-color: #D8BCC9;
}
</style>
border-color css
<style>
span { border-color: #D8BCC9; }
span { border-color: rgb(216,188,201); }
td.TdClassName
{
border-color: #D8BCC9;
}
.TagClassName
{
border-color: #D8BCC9;
}
</style>