Shades of Twilight #D7BCC6
Tints of Twilight #D7BCC6
RGB
CMYK
RGB Variations
Color information
#D7BCC6 (or 0xD7BCC6) is known color: Twilight. HEX triplet: D7, BC and C6. RGB value is (215,188,198). Sum of RGB (Red+Green+Blue) = 215+188+198=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCC6 is #284339. Grayscale: #C5C5C5. Windows color (decimal): -2638650 or 13024471. OLE color: 13024471.
HSL color Cylindrical-coordinate representation of color #D7BCC6: hue angle of 337.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BCC6 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 198 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.16 |
| HSL | 337.78º | 0.25% | 0.79% | - |
| HSV(B) | 337.78º | 0.13% | 0.84% | - |
| XYZ | 56.2 | 54.49 | 60.98 | - |
| YUV | 197.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 198 | 0 | 0.13 | 0.08 | 0.16 | 337.78 | 0.25 | 0.79 |
| Hex | D7 | BC | C6 | 0 | D | 8 | 10 | 152 | 19 | 4F |
| Octal | 327 | 274 | 306 | 0 | 15 | 10 | 20 | 522 | 31 | 117 |
| Binary | 11010111 | 10111100 | 11000110 | 0 | 1101 | 1000 | 10000 | 101010010 | 11001 | 1001111 |
Color Harmonies of #D7BCC6
Complementary color
Monochromatic Colors of #D7BCC6
Black with #D7BCC6
Text Example
Text Example
White with #D7BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCC6; }
p { color: rgb(215,188,198); }
H1.HeaderClassName
{
color: #D7BCC6;
}
.AnyTagClassName
{
color: #D7BCC6;
}
</style>
background-color css
<style>
a { background-color: #D7BCC6; }
a { background-color: rgb(215,188,198); }
div.DivClassName
{
background-color: #D7BCC6;
}
.BgClassName
{
background-color: #D7BCC6;
}
</style>
border-color css
<style>
span { border-color: #D7BCC6; }
span { border-color: rgb(215,188,198); }
td.TdClassName
{
border-color: #D7BCC6;
}
.TagClassName
{
border-color: #D7BCC6;
}
</style>