Shades of Twilight #D8BCC8
Tints of Twilight #D8BCC8
RGB
CMYK
RGB Variations
Color information
#D8BCC8 (or 0xD8BCC8) is known color: Twilight. HEX triplet: D8, BC and C8. RGB value is (216,188,200). Sum of RGB (Red+Green+Blue) = 216+188+200=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCC8 is #274337. Grayscale: #C5C5C5. Windows color (decimal): -2573112 or 13155544. OLE color: 13155544.
HSL color Cylindrical-coordinate representation of color #D8BCC8: hue angle of 334.29º 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 #D8BCC8 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 200 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.15 |
| HSL | 334.29º | 0.26% | 0.79% | - |
| HSV(B) | 334.29º | 0.13% | 0.85% | - |
| XYZ | 56.73 | 54.74 | 62.22 | - |
| YUV | 197.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 200 | 0 | 0.13 | 0.07 | 0.15 | 334.29 | 0.26 | 0.79 |
| Hex | D8 | BC | C8 | 0 | D | 7 | F | 14E | 1A | 4F |
| Octal | 330 | 274 | 310 | 0 | 15 | 7 | 17 | 516 | 32 | 117 |
| Binary | 11011000 | 10111100 | 11001000 | 0 | 1101 | 111 | 1111 | 101001110 | 11010 | 1001111 |
Color Harmonies of #D8BCC8
Complementary color
Monochromatic Colors of #D8BCC8
Black with #D8BCC8
Text Example
Text Example
White with #D8BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCC8; }
p { color: rgb(216,188,200); }
H1.HeaderClassName
{
color: #D8BCC8;
}
.AnyTagClassName
{
color: #D8BCC8;
}
</style>
background-color css
<style>
a { background-color: #D8BCC8; }
a { background-color: rgb(216,188,200); }
div.DivClassName
{
background-color: #D8BCC8;
}
.BgClassName
{
background-color: #D8BCC8;
}
</style>
border-color css
<style>
span { border-color: #D8BCC8; }
span { border-color: rgb(216,188,200); }
td.TdClassName
{
border-color: #D8BCC8;
}
.TagClassName
{
border-color: #D8BCC8;
}
</style>