Shades of Twilight #D6BFCD
Tints of Twilight #D6BFCD
RGB
CMYK
RGB Variations
Color information
#D6BFCD (or 0xD6BFCD) is known color: Twilight. HEX triplet: D6, BF and CD. RGB value is (214,191,205). Sum of RGB (Red+Green+Blue) = 214+191+205=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFCD is #294032. Grayscale: #C7C7C7. Windows color (decimal): -2703411 or 13483990. OLE color: 13483990.
HSL color Cylindrical-coordinate representation of color #D6BFCD: hue angle of 323.48º 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 #D6BFCD is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 205 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.16 |
| HSL | 323.48º | 0.22% | 0.79% | - |
| HSV(B) | 323.48º | 0.11% | 0.84% | - |
| XYZ | 57.38 | 55.97 | 65.54 | - |
| YUV | 199.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 205 | 0 | 0.11 | 0.04 | 0.16 | 323.48 | 0.22 | 0.79 |
| Hex | D6 | BF | CD | 0 | B | 4 | 10 | 143 | 16 | 4F |
| Octal | 326 | 277 | 315 | 0 | 13 | 4 | 20 | 503 | 26 | 117 |
| Binary | 11010110 | 10111111 | 11001101 | 0 | 1011 | 100 | 10000 | 101000011 | 10110 | 1001111 |
Color Harmonies of #D6BFCD
Complementary color
Monochromatic Colors of #D6BFCD
Black with #D6BFCD
Text Example
Text Example
White with #D6BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFCD; }
p { color: rgb(214,191,205); }
H1.HeaderClassName
{
color: #D6BFCD;
}
.AnyTagClassName
{
color: #D6BFCD;
}
</style>
background-color css
<style>
a { background-color: #D6BFCD; }
a { background-color: rgb(214,191,205); }
div.DivClassName
{
background-color: #D6BFCD;
}
.BgClassName
{
background-color: #D6BFCD;
}
</style>
border-color css
<style>
span { border-color: #D6BFCD; }
span { border-color: rgb(214,191,205); }
td.TdClassName
{
border-color: #D6BFCD;
}
.TagClassName
{
border-color: #D6BFCD;
}
</style>