Shades of Twilight #D6BFC9
Tints of Twilight #D6BFC9
RGB
CMYK
RGB Variations
Color information
#D6BFC9 (or 0xD6BFC9) is known color: Twilight. HEX triplet: D6, BF and C9. RGB value is (214,191,201). Sum of RGB (Red+Green+Blue) = 214+191+201=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFC9 is #294036. Grayscale: #C7C7C7. Windows color (decimal): -2703415 or 13221846. OLE color: 13221846.
HSL color Cylindrical-coordinate representation of color #D6BFC9: hue angle of 333.91º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BFC9 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 201 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.16 |
| HSL | 333.91º | 0.22% | 0.79% | - |
| HSV(B) | 333.91º | 0.11% | 0.84% | - |
| XYZ | 56.9 | 55.77 | 63.02 | - |
| YUV | 199.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 201 | 0 | 0.11 | 0.06 | 0.16 | 333.91 | 0.22 | 0.79 |
| Hex | D6 | BF | C9 | 0 | B | 6 | 10 | 14E | 16 | 4F |
| Octal | 326 | 277 | 311 | 0 | 13 | 6 | 20 | 516 | 26 | 117 |
| Binary | 11010110 | 10111111 | 11001001 | 0 | 1011 | 110 | 10000 | 101001110 | 10110 | 1001111 |
Color Harmonies of #D6BFC9
Complementary color
Monochromatic Colors of #D6BFC9
Black with #D6BFC9
Text Example
Text Example
White with #D6BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFC9; }
p { color: rgb(214,191,201); }
H1.HeaderClassName
{
color: #D6BFC9;
}
.AnyTagClassName
{
color: #D6BFC9;
}
</style>
background-color css
<style>
a { background-color: #D6BFC9; }
a { background-color: rgb(214,191,201); }
div.DivClassName
{
background-color: #D6BFC9;
}
.BgClassName
{
background-color: #D6BFC9;
}
</style>
border-color css
<style>
span { border-color: #D6BFC9; }
span { border-color: rgb(214,191,201); }
td.TdClassName
{
border-color: #D6BFC9;
}
.TagClassName
{
border-color: #D6BFC9;
}
</style>