Shades of Twilight #D6C0CD
Tints of Twilight #D6C0CD
RGB
CMYK
RGB Variations
Color information
#D6C0CD (or 0xD6C0CD) is known color: Twilight. HEX triplet: D6, C0 and CD. RGB value is (214,192,205). Sum of RGB (Red+Green+Blue) = 214+192+205=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0CD is #293F32. Grayscale: #C8C8C8. Windows color (decimal): -2703155 or 13484246. OLE color: 13484246.
HSL color Cylindrical-coordinate representation of color #D6C0CD: hue angle of 324.55º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C0CD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 205 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.16 |
| HSL | 324.55º | 0.21% | 0.8% | - |
| HSV(B) | 324.55º | 0.1% | 0.84% | - |
| XYZ | 57.6 | 56.4 | 65.61 | - |
| YUV | 200.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 205 | 0 | 0.10 | 0.04 | 0.16 | 324.55 | 0.21 | 0.8 |
| Hex | D6 | C0 | CD | 0 | A | 4 | 10 | 145 | 15 | 50 |
| Octal | 326 | 300 | 315 | 0 | 12 | 4 | 20 | 505 | 25 | 120 |
| Binary | 11010110 | 11000000 | 11001101 | 0 | 1010 | 100 | 10000 | 101000101 | 10101 | 1010000 |
Color Harmonies of #D6C0CD
Complementary color
Monochromatic Colors of #D6C0CD
Black with #D6C0CD
Text Example
Text Example
White with #D6C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0CD; }
p { color: rgb(214,192,205); }
H1.HeaderClassName
{
color: #D6C0CD;
}
.AnyTagClassName
{
color: #D6C0CD;
}
</style>
background-color css
<style>
a { background-color: #D6C0CD; }
a { background-color: rgb(214,192,205); }
div.DivClassName
{
background-color: #D6C0CD;
}
.BgClassName
{
background-color: #D6C0CD;
}
</style>
border-color css
<style>
span { border-color: #D6C0CD; }
span { border-color: rgb(214,192,205); }
td.TdClassName
{
border-color: #D6C0CD;
}
.TagClassName
{
border-color: #D6C0CD;
}
</style>