Shades of Twilight #D6B7C7
Tints of Twilight #D6B7C7
RGB
CMYK
RGB Variations
Color information
#D6B7C7 (or 0xD6B7C7) is known color: Twilight. HEX triplet: D6, B7 and C7. RGB value is (214,183,199). Sum of RGB (Red+Green+Blue) = 214+183+199=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7C7 is #294838. Grayscale: #C2C2C2. Windows color (decimal): -2705465 or 13088726. OLE color: 13088726.
HSL color Cylindrical-coordinate representation of color #D6B7C7: hue angle of 329.03º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6B7C7 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 199 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.16 |
| HSL | 329.03º | 0.27% | 0.78% | - |
| HSV(B) | 329.03º | 0.14% | 0.84% | - |
| XYZ | 54.97 | 52.29 | 61.23 | - |
| YUV | 194.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 199 | 0 | 0.14 | 0.07 | 0.16 | 329.03 | 0.27 | 0.78 |
| Hex | D6 | B7 | C7 | 0 | E | 7 | 10 | 149 | 1B | 4E |
| Octal | 326 | 267 | 307 | 0 | 16 | 7 | 20 | 511 | 33 | 116 |
| Binary | 11010110 | 10110111 | 11000111 | 0 | 1110 | 111 | 10000 | 101001001 | 11011 | 1001110 |
Color Harmonies of #D6B7C7
Complementary color
Monochromatic Colors of #D6B7C7
Black with #D6B7C7
Text Example
Text Example
White with #D6B7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7C7; }
p { color: rgb(214,183,199); }
H1.HeaderClassName
{
color: #D6B7C7;
}
.AnyTagClassName
{
color: #D6B7C7;
}
</style>
background-color css
<style>
a { background-color: #D6B7C7; }
a { background-color: rgb(214,183,199); }
div.DivClassName
{
background-color: #D6B7C7;
}
.BgClassName
{
background-color: #D6B7C7;
}
</style>
border-color css
<style>
span { border-color: #D6B7C7; }
span { border-color: rgb(214,183,199); }
td.TdClassName
{
border-color: #D6B7C7;
}
.TagClassName
{
border-color: #D6B7C7;
}
</style>