Shades of Twilight #D9BCC9
Tints of Twilight #D9BCC9
RGB
CMYK
RGB Variations
Color information
#D9BCC9 (or 0xD9BCC9) is known color: Twilight. HEX triplet: D9, BC and C9. RGB value is (217,188,201). Sum of RGB (Red+Green+Blue) = 217+188+201=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCC9 is #264336. Grayscale: #C6C6C6. Windows color (decimal): -2507575 or 13221081. OLE color: 13221081.
HSL color Cylindrical-coordinate representation of color #D9BCC9: hue angle of 333.1º degrees, saturation: 0.28, 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 #D9BCC9 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 201 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.15 |
| HSL | 333.1º | 0.28% | 0.79% | - |
| HSV(B) | 333.1º | 0.13% | 0.85% | - |
| XYZ | 57.14 | 54.94 | 62.85 | - |
| YUV | 198.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 201 | 0 | 0.13 | 0.07 | 0.15 | 333.1 | 0.28 | 0.79 |
| Hex | D9 | BC | C9 | 0 | D | 7 | F | 14D | 1C | 4F |
| Octal | 331 | 274 | 311 | 0 | 15 | 7 | 17 | 515 | 34 | 117 |
| Binary | 11011001 | 10111100 | 11001001 | 0 | 1101 | 111 | 1111 | 101001101 | 11100 | 1001111 |
Color Harmonies of #D9BCC9
Complementary color
Monochromatic Colors of #D9BCC9
Black with #D9BCC9
Text Example
Text Example
White with #D9BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCC9; }
p { color: rgb(217,188,201); }
H1.HeaderClassName
{
color: #D9BCC9;
}
.AnyTagClassName
{
color: #D9BCC9;
}
</style>
background-color css
<style>
a { background-color: #D9BCC9; }
a { background-color: rgb(217,188,201); }
div.DivClassName
{
background-color: #D9BCC9;
}
.BgClassName
{
background-color: #D9BCC9;
}
</style>
border-color css
<style>
span { border-color: #D9BCC9; }
span { border-color: rgb(217,188,201); }
td.TdClassName
{
border-color: #D9BCC9;
}
.TagClassName
{
border-color: #D9BCC9;
}
</style>