Shades of Twilight #DCB3C6
Tints of Twilight #DCB3C6
RGB
CMYK
RGB Variations
Color information
#DCB3C6 (or 0xDCB3C6) is known color: Twilight. HEX triplet: DC, B3 and C6. RGB value is (220,179,198). Sum of RGB (Red+Green+Blue) = 220+179+198=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3C6 is #234C39. Grayscale: #C1C1C1. Windows color (decimal): -2313274 or 13022172. OLE color: 13022172.
HSL color Cylindrical-coordinate representation of color #DCB3C6: hue angle of 332.2º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3C6 is Cyan = 0, Magento = 0.19, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 198 | - |
| CMYK | 0 | 0.19 | 0.1 | 0.14 |
| HSL | 332.2º | 0.37% | 0.78% | - |
| HSV(B) | 332.2º | 0.19% | 0.86% | - |
| XYZ | 55.83 | 51.53 | 60.43 | - |
| YUV | 193.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 198 | 0 | 0.19 | 0.1 | 0.14 | 332.2 | 0.37 | 0.78 |
| Hex | DC | B3 | C6 | 0 | 13 | A | E | 14C | 25 | 4E |
| Octal | 334 | 263 | 306 | 0 | 23 | 12 | 16 | 514 | 45 | 116 |
| Binary | 11011100 | 10110011 | 11000110 | 0 | 10011 | 1010 | 1110 | 101001100 | 100101 | 1001110 |
Color Harmonies of #DCB3C6
Complementary color
Monochromatic Colors of #DCB3C6
Black with #DCB3C6
Text Example
Text Example
White with #DCB3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3C6; }
p { color: rgb(220,179,198); }
H1.HeaderClassName
{
color: #DCB3C6;
}
.AnyTagClassName
{
color: #DCB3C6;
}
</style>
background-color css
<style>
a { background-color: #DCB3C6; }
a { background-color: rgb(220,179,198); }
div.DivClassName
{
background-color: #DCB3C6;
}
.BgClassName
{
background-color: #DCB3C6;
}
</style>
border-color css
<style>
span { border-color: #DCB3C6; }
span { border-color: rgb(220,179,198); }
td.TdClassName
{
border-color: #DCB3C6;
}
.TagClassName
{
border-color: #DCB3C6;
}
</style>