Shades of Twilight #D7B6C5
Tints of Twilight #D7B6C5
RGB
CMYK
RGB Variations
Color information
#D7B6C5 (or 0xD7B6C5) is known color: Twilight. HEX triplet: D7, B6 and C5. RGB value is (215,182,197). Sum of RGB (Red+Green+Blue) = 215+182+197=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B6C5 is #28493A. Grayscale: #C1C1C1. Windows color (decimal): -2640187 or 12957399. OLE color: 12957399.
HSL color Cylindrical-coordinate representation of color #D7B6C5: hue angle of 332.73º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7B6C5 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 197 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.16 |
| HSL | 332.73º | 0.29% | 0.78% | - |
| HSV(B) | 332.73º | 0.15% | 0.84% | - |
| XYZ | 54.83 | 51.93 | 59.96 | - |
| YUV | 193.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 197 | 0 | 0.15 | 0.08 | 0.16 | 332.73 | 0.29 | 0.78 |
| Hex | D7 | B6 | C5 | 0 | F | 8 | 10 | 14D | 1D | 4E |
| Octal | 327 | 266 | 305 | 0 | 17 | 10 | 20 | 515 | 35 | 116 |
| Binary | 11010111 | 10110110 | 11000101 | 0 | 1111 | 1000 | 10000 | 101001101 | 11101 | 1001110 |
Color Harmonies of #D7B6C5
Complementary color
Monochromatic Colors of #D7B6C5
Black with #D7B6C5
Text Example
Text Example
White with #D7B6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B6C5; }
p { color: rgb(215,182,197); }
H1.HeaderClassName
{
color: #D7B6C5;
}
.AnyTagClassName
{
color: #D7B6C5;
}
</style>
background-color css
<style>
a { background-color: #D7B6C5; }
a { background-color: rgb(215,182,197); }
div.DivClassName
{
background-color: #D7B6C5;
}
.BgClassName
{
background-color: #D7B6C5;
}
</style>
border-color css
<style>
span { border-color: #D7B6C5; }
span { border-color: rgb(215,182,197); }
td.TdClassName
{
border-color: #D7B6C5;
}
.TagClassName
{
border-color: #D7B6C5;
}
</style>