Shades of Twilight #D7B1C6
Tints of Twilight #D7B1C6
RGB
CMYK
RGB Variations
Color information
#D7B1C6 (or 0xD7B1C6) is known color: Twilight. HEX triplet: D7, B1 and C6. RGB value is (215,177,198). Sum of RGB (Red+Green+Blue) = 215+177+198=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B1C6 is #284E39. Grayscale: #BEBEBE. Windows color (decimal): -2641466 or 13021655. OLE color: 13021655.
HSL color Cylindrical-coordinate representation of color #D7B1C6: hue angle of 326.84º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B1C6 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 198 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.16 |
| HSL | 326.84º | 0.32% | 0.77% | - |
| HSV(B) | 326.84º | 0.18% | 0.84% | - |
| XYZ | 53.94 | 49.97 | 60.23 | - |
| YUV | 190.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 198 | 0 | 0.18 | 0.08 | 0.16 | 326.84 | 0.32 | 0.77 |
| Hex | D7 | B1 | C6 | 0 | 12 | 8 | 10 | 147 | 20 | 4D |
| Octal | 327 | 261 | 306 | 0 | 22 | 10 | 20 | 507 | 40 | 115 |
| Binary | 11010111 | 10110001 | 11000110 | 0 | 10010 | 1000 | 10000 | 101000111 | 100000 | 1001101 |
Color Harmonies of #D7B1C6
Complementary color
Monochromatic Colors of #D7B1C6
Black with #D7B1C6
Text Example
Text Example
White with #D7B1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B1C6; }
p { color: rgb(215,177,198); }
H1.HeaderClassName
{
color: #D7B1C6;
}
.AnyTagClassName
{
color: #D7B1C6;
}
</style>
background-color css
<style>
a { background-color: #D7B1C6; }
a { background-color: rgb(215,177,198); }
div.DivClassName
{
background-color: #D7B1C6;
}
.BgClassName
{
background-color: #D7B1C6;
}
</style>
border-color css
<style>
span { border-color: #D7B1C6; }
span { border-color: rgb(215,177,198); }
td.TdClassName
{
border-color: #D7B1C6;
}
.TagClassName
{
border-color: #D7B1C6;
}
</style>