Shades of Twilight #D8B9C9
Tints of Twilight #D8B9C9
RGB
CMYK
RGB Variations
Color information
#D8B9C9 (or 0xD8B9C9) is known color: Twilight. HEX triplet: D8, B9 and C9. RGB value is (216,185,201). Sum of RGB (Red+Green+Blue) = 216+185+201=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9C9 is #274636. Grayscale: #C4C4C4. Windows color (decimal): -2573879 or 13220312. OLE color: 13220312.
HSL color Cylindrical-coordinate representation of color #D8B9C9: hue angle of 329.03º 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 #D8B9C9 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 201 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.15 |
| HSL | 329.03º | 0.28% | 0.79% | - |
| HSV(B) | 329.03º | 0.14% | 0.85% | - |
| XYZ | 56.21 | 53.51 | 62.62 | - |
| YUV | 196.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 201 | 0 | 0.14 | 0.07 | 0.15 | 329.03 | 0.28 | 0.79 |
| Hex | D8 | B9 | C9 | 0 | E | 7 | F | 149 | 1C | 4F |
| Octal | 330 | 271 | 311 | 0 | 16 | 7 | 17 | 511 | 34 | 117 |
| Binary | 11011000 | 10111001 | 11001001 | 0 | 1110 | 111 | 1111 | 101001001 | 11100 | 1001111 |
Color Harmonies of #D8B9C9
Complementary color
Monochromatic Colors of #D8B9C9
Black with #D8B9C9
Text Example
Text Example
White with #D8B9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B9C9; }
p { color: rgb(216,185,201); }
H1.HeaderClassName
{
color: #D8B9C9;
}
.AnyTagClassName
{
color: #D8B9C9;
}
</style>
background-color css
<style>
a { background-color: #D8B9C9; }
a { background-color: rgb(216,185,201); }
div.DivClassName
{
background-color: #D8B9C9;
}
.BgClassName
{
background-color: #D8B9C9;
}
</style>
border-color css
<style>
span { border-color: #D8B9C9; }
span { border-color: rgb(216,185,201); }
td.TdClassName
{
border-color: #D8B9C9;
}
.TagClassName
{
border-color: #D8B9C9;
}
</style>