Shades of Twilight #D9BCC7
Tints of Twilight #D9BCC7
RGB
CMYK
RGB Variations
Color information
#D9BCC7 (or 0xD9BCC7) is known color: Twilight. HEX triplet: D9, BC and C7. RGB value is (217,188,199). Sum of RGB (Red+Green+Blue) = 217+188+199=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCC7 is #264338. Grayscale: #C5C5C5. Windows color (decimal): -2507577 or 13090009. OLE color: 13090009.
HSL color Cylindrical-coordinate representation of color #D9BCC7: hue angle of 337.24º 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 #D9BCC7 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 199 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.15 |
| HSL | 337.24º | 0.28% | 0.79% | - |
| HSV(B) | 337.24º | 0.13% | 0.85% | - |
| XYZ | 56.91 | 54.84 | 61.62 | - |
| YUV | 197.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 199 | 0 | 0.13 | 0.08 | 0.15 | 337.24 | 0.28 | 0.79 |
| Hex | D9 | BC | C7 | 0 | D | 8 | F | 151 | 1C | 4F |
| Octal | 331 | 274 | 307 | 0 | 15 | 10 | 17 | 521 | 34 | 117 |
| Binary | 11011001 | 10111100 | 11000111 | 0 | 1101 | 1000 | 1111 | 101010001 | 11100 | 1001111 |
Color Harmonies of #D9BCC7
Complementary color
Monochromatic Colors of #D9BCC7
Black with #D9BCC7
Text Example
Text Example
White with #D9BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCC7; }
p { color: rgb(217,188,199); }
H1.HeaderClassName
{
color: #D9BCC7;
}
.AnyTagClassName
{
color: #D9BCC7;
}
</style>
background-color css
<style>
a { background-color: #D9BCC7; }
a { background-color: rgb(217,188,199); }
div.DivClassName
{
background-color: #D9BCC7;
}
.BgClassName
{
background-color: #D9BCC7;
}
</style>
border-color css
<style>
span { border-color: #D9BCC7; }
span { border-color: rgb(217,188,199); }
td.TdClassName
{
border-color: #D9BCC7;
}
.TagClassName
{
border-color: #D9BCC7;
}
</style>