Shades of Twilight #D8BDC8
Tints of Twilight #D8BDC8
RGB
CMYK
RGB Variations
Color information
#D8BDC8 (or 0xD8BDC8) is known color: Twilight. HEX triplet: D8, BD and C8. RGB value is (216,189,200). Sum of RGB (Red+Green+Blue) = 216+189+200=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDC8 is #274237. Grayscale: #C6C6C6. Windows color (decimal): -2572856 or 13155800. OLE color: 13155800.
HSL color Cylindrical-coordinate representation of color #D8BDC8: hue angle of 335.56º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BDC8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 200 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.15 |
| HSL | 335.56º | 0.26% | 0.79% | - |
| HSV(B) | 335.56º | 0.13% | 0.85% | - |
| XYZ | 56.94 | 55.16 | 62.29 | - |
| YUV | 198.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 200 | 0 | 0.12 | 0.07 | 0.15 | 335.56 | 0.26 | 0.79 |
| Hex | D8 | BD | C8 | 0 | C | 7 | F | 150 | 1A | 4F |
| Octal | 330 | 275 | 310 | 0 | 14 | 7 | 17 | 520 | 32 | 117 |
| Binary | 11011000 | 10111101 | 11001000 | 0 | 1100 | 111 | 1111 | 101010000 | 11010 | 1001111 |
Color Harmonies of #D8BDC8
Complementary color
Monochromatic Colors of #D8BDC8
Black with #D8BDC8
Text Example
Text Example
White with #D8BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDC8; }
p { color: rgb(216,189,200); }
H1.HeaderClassName
{
color: #D8BDC8;
}
.AnyTagClassName
{
color: #D8BDC8;
}
</style>
background-color css
<style>
a { background-color: #D8BDC8; }
a { background-color: rgb(216,189,200); }
div.DivClassName
{
background-color: #D8BDC8;
}
.BgClassName
{
background-color: #D8BDC8;
}
</style>
border-color css
<style>
span { border-color: #D8BDC8; }
span { border-color: rgb(216,189,200); }
td.TdClassName
{
border-color: #D8BDC8;
}
.TagClassName
{
border-color: #D8BDC8;
}
</style>