Shades of Twilight #D7BFCD
Tints of Twilight #D7BFCD
RGB
CMYK
RGB Variations
Color information
#D7BFCD (or 0xD7BFCD) is known color: Twilight. HEX triplet: D7, BF and CD. RGB value is (215,191,205). Sum of RGB (Red+Green+Blue) = 215+191+205=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFCD is #284032. Grayscale: #C7C7C7. Windows color (decimal): -2637875 or 13483991. OLE color: 13483991.
HSL color Cylindrical-coordinate representation of color #D7BFCD: hue angle of 325º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7BFCD is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 205 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.16 |
| HSL | 325º | 0.23% | 0.8% | - |
| HSV(B) | 325º | 0.11% | 0.84% | - |
| XYZ | 57.67 | 56.12 | 65.55 | - |
| YUV | 199.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 205 | 0 | 0.11 | 0.05 | 0.16 | 325 | 0.23 | 0.8 |
| Hex | D7 | BF | CD | 0 | B | 5 | 10 | 145 | 17 | 50 |
| Octal | 327 | 277 | 315 | 0 | 13 | 5 | 20 | 505 | 27 | 120 |
| Binary | 11010111 | 10111111 | 11001101 | 0 | 1011 | 101 | 10000 | 101000101 | 10111 | 1010000 |
Color Harmonies of #D7BFCD
Complementary color
Monochromatic Colors of #D7BFCD
Black with #D7BFCD
Text Example
Text Example
White with #D7BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFCD; }
p { color: rgb(215,191,205); }
H1.HeaderClassName
{
color: #D7BFCD;
}
.AnyTagClassName
{
color: #D7BFCD;
}
</style>
background-color css
<style>
a { background-color: #D7BFCD; }
a { background-color: rgb(215,191,205); }
div.DivClassName
{
background-color: #D7BFCD;
}
.BgClassName
{
background-color: #D7BFCD;
}
</style>
border-color css
<style>
span { border-color: #D7BFCD; }
span { border-color: rgb(215,191,205); }
td.TdClassName
{
border-color: #D7BFCD;
}
.TagClassName
{
border-color: #D7BFCD;
}
</style>