Shades of Twilight #D7BAC8
Tints of Twilight #D7BAC8
RGB
CMYK
RGB Variations
Color information
#D7BAC8 (or 0xD7BAC8) is known color: Twilight. HEX triplet: D7, BA and C8. RGB value is (215,186,200). Sum of RGB (Red+Green+Blue) = 215+186+200=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC8 is #284537. Grayscale: #C4C4C4. Windows color (decimal): -2639160 or 13155031. OLE color: 13155031.
HSL color Cylindrical-coordinate representation of color #D7BAC8: hue angle of 331.03º degrees, saturation: 0.27, 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 #D7BAC8 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 200 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.16 |
| HSL | 331.03º | 0.27% | 0.79% | - |
| HSV(B) | 331.03º | 0.13% | 0.84% | - |
| XYZ | 56.01 | 53.74 | 62.06 | - |
| YUV | 196.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 200 | 0 | 0.13 | 0.07 | 0.16 | 331.03 | 0.27 | 0.79 |
| Hex | D7 | BA | C8 | 0 | D | 7 | 10 | 14B | 1B | 4F |
| Octal | 327 | 272 | 310 | 0 | 15 | 7 | 20 | 513 | 33 | 117 |
| Binary | 11010111 | 10111010 | 11001000 | 0 | 1101 | 111 | 10000 | 101001011 | 11011 | 1001111 |
Color Harmonies of #D7BAC8
Complementary color
Monochromatic Colors of #D7BAC8
Black with #D7BAC8
Text Example
Text Example
White with #D7BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BAC8; }
p { color: rgb(215,186,200); }
H1.HeaderClassName
{
color: #D7BAC8;
}
.AnyTagClassName
{
color: #D7BAC8;
}
</style>
background-color css
<style>
a { background-color: #D7BAC8; }
a { background-color: rgb(215,186,200); }
div.DivClassName
{
background-color: #D7BAC8;
}
.BgClassName
{
background-color: #D7BAC8;
}
</style>
border-color css
<style>
span { border-color: #D7BAC8; }
span { border-color: rgb(215,186,200); }
td.TdClassName
{
border-color: #D7BAC8;
}
.TagClassName
{
border-color: #D7BAC8;
}
</style>