Shades of Twilight #D6BFCE
Tints of Twilight #D6BFCE
RGB
CMYK
RGB Variations
Color information
#D6BFCE (or 0xD6BFCE) is known color: Twilight. HEX triplet: D6, BF and CE. RGB value is (214,191,206). Sum of RGB (Red+Green+Blue) = 214+191+206=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFCE is #294031. Grayscale: #C7C7C7. Windows color (decimal): -2703410 or 13549526. OLE color: 13549526.
HSL color Cylindrical-coordinate representation of color #D6BFCE: hue angle of 320.87º 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 #D6BFCE is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 206 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.16 |
| HSL | 320.87º | 0.22% | 0.79% | - |
| HSV(B) | 320.87º | 0.11% | 0.84% | - |
| XYZ | 57.5 | 56.01 | 66.17 | - |
| YUV | 199.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 206 | 0 | 0.11 | 0.04 | 0.16 | 320.87 | 0.22 | 0.79 |
| Hex | D6 | BF | CE | 0 | B | 4 | 10 | 141 | 16 | 4F |
| Octal | 326 | 277 | 316 | 0 | 13 | 4 | 20 | 501 | 26 | 117 |
| Binary | 11010110 | 10111111 | 11001110 | 0 | 1011 | 100 | 10000 | 101000001 | 10110 | 1001111 |
Color Harmonies of #D6BFCE
Complementary color
Monochromatic Colors of #D6BFCE
Black with #D6BFCE
Text Example
Text Example
White with #D6BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFCE; }
p { color: rgb(214,191,206); }
H1.HeaderClassName
{
color: #D6BFCE;
}
.AnyTagClassName
{
color: #D6BFCE;
}
</style>
background-color css
<style>
a { background-color: #D6BFCE; }
a { background-color: rgb(214,191,206); }
div.DivClassName
{
background-color: #D6BFCE;
}
.BgClassName
{
background-color: #D6BFCE;
}
</style>
border-color css
<style>
span { border-color: #D6BFCE; }
span { border-color: rgb(214,191,206); }
td.TdClassName
{
border-color: #D6BFCE;
}
.TagClassName
{
border-color: #D6BFCE;
}
</style>