Shades of Twilight #D7BFD0
Tints of Twilight #D7BFD0
RGB
CMYK
RGB Variations
Color information
#D7BFD0 (or 0xD7BFD0) is known color: Twilight. HEX triplet: D7, BF and D0. RGB value is (215,191,208). Sum of RGB (Red+Green+Blue) = 215+191+208=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFD0 is #28402F. Grayscale: #C8C8C8. Windows color (decimal): -2637872 or 13680599. OLE color: 13680599.
HSL color Cylindrical-coordinate representation of color #D7BFD0: hue angle of 317.5º 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 #D7BFD0 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 208 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.16 |
| HSL | 317.5º | 0.23% | 0.8% | - |
| HSV(B) | 317.5º | 0.11% | 0.84% | - |
| XYZ | 58.04 | 56.26 | 67.48 | - |
| YUV | 200.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 208 | 0 | 0.11 | 0.03 | 0.16 | 317.5 | 0.23 | 0.8 |
| Hex | D7 | BF | D0 | 0 | B | 3 | 10 | 13E | 17 | 50 |
| Octal | 327 | 277 | 320 | 0 | 13 | 3 | 20 | 476 | 27 | 120 |
| Binary | 11010111 | 10111111 | 11010000 | 0 | 1011 | 11 | 10000 | 100111110 | 10111 | 1010000 |
Color Harmonies of #D7BFD0
Complementary color
Monochromatic Colors of #D7BFD0
Black with #D7BFD0
Text Example
Text Example
White with #D7BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFD0; }
p { color: rgb(215,191,208); }
H1.HeaderClassName
{
color: #D7BFD0;
}
.AnyTagClassName
{
color: #D7BFD0;
}
</style>
background-color css
<style>
a { background-color: #D7BFD0; }
a { background-color: rgb(215,191,208); }
div.DivClassName
{
background-color: #D7BFD0;
}
.BgClassName
{
background-color: #D7BFD0;
}
</style>
border-color css
<style>
span { border-color: #D7BFD0; }
span { border-color: rgb(215,191,208); }
td.TdClassName
{
border-color: #D7BFD0;
}
.TagClassName
{
border-color: #D7BFD0;
}
</style>