Shades of Twilight #D6BCCD
Tints of Twilight #D6BCCD
RGB
CMYK
RGB Variations
Color information
#D6BCCD (or 0xD6BCCD) is known color: Twilight. HEX triplet: D6, BC and CD. RGB value is (214,188,205). Sum of RGB (Red+Green+Blue) = 214+188+205=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCCD is #294332. Grayscale: #C5C5C5. Windows color (decimal): -2704179 or 13483222. OLE color: 13483222.
HSL color Cylindrical-coordinate representation of color #D6BCCD: hue angle of 320.77º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BCCD is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 205 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.16 |
| HSL | 320.77º | 0.24% | 0.79% | - |
| HSV(B) | 320.77º | 0.12% | 0.84% | - |
| XYZ | 56.73 | 54.67 | 65.32 | - |
| YUV | 197.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 205 | 0 | 0.12 | 0.04 | 0.16 | 320.77 | 0.24 | 0.79 |
| Hex | D6 | BC | CD | 0 | C | 4 | 10 | 141 | 18 | 4F |
| Octal | 326 | 274 | 315 | 0 | 14 | 4 | 20 | 501 | 30 | 117 |
| Binary | 11010110 | 10111100 | 11001101 | 0 | 1100 | 100 | 10000 | 101000001 | 11000 | 1001111 |
Color Harmonies of #D6BCCD
Complementary color
Monochromatic Colors of #D6BCCD
Black with #D6BCCD
Text Example
Text Example
White with #D6BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCCD; }
p { color: rgb(214,188,205); }
H1.HeaderClassName
{
color: #D6BCCD;
}
.AnyTagClassName
{
color: #D6BCCD;
}
</style>
background-color css
<style>
a { background-color: #D6BCCD; }
a { background-color: rgb(214,188,205); }
div.DivClassName
{
background-color: #D6BCCD;
}
.BgClassName
{
background-color: #D6BCCD;
}
</style>
border-color css
<style>
span { border-color: #D6BCCD; }
span { border-color: rgb(214,188,205); }
td.TdClassName
{
border-color: #D6BCCD;
}
.TagClassName
{
border-color: #D6BCCD;
}
</style>