Shades of Twilight #DCB0C6
Tints of Twilight #DCB0C6
RGB
CMYK
RGB Variations
Color information
#DCB0C6 (or 0xDCB0C6) is known color: Twilight. HEX triplet: DC, B0 and C6. RGB value is (220,176,198). Sum of RGB (Red+Green+Blue) = 220+176+198=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0C6 is #234F39. Grayscale: #BFBFBF. Windows color (decimal): -2314042 or 13021404. OLE color: 13021404.
HSL color Cylindrical-coordinate representation of color #DCB0C6: hue angle of 330º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0C6 is Cyan = 0, Magento = 0.2, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 198 | - |
| CMYK | 0 | 0.2 | 0.1 | 0.14 |
| HSL | 330º | 0.39% | 0.78% | - |
| HSV(B) | 330º | 0.2% | 0.86% | - |
| XYZ | 55.23 | 50.34 | 60.23 | - |
| YUV | 191.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 198 | 0 | 0.2 | 0.1 | 0.14 | 330 | 0.39 | 0.78 |
| Hex | DC | B0 | C6 | 0 | 14 | A | E | 14A | 27 | 4E |
| Octal | 334 | 260 | 306 | 0 | 24 | 12 | 16 | 512 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11000110 | 0 | 10100 | 1010 | 1110 | 101001010 | 100111 | 1001110 |
Color Harmonies of #DCB0C6
Complementary color
Monochromatic Colors of #DCB0C6
Black with #DCB0C6
Text Example
Text Example
White with #DCB0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0C6; }
p { color: rgb(220,176,198); }
H1.HeaderClassName
{
color: #DCB0C6;
}
.AnyTagClassName
{
color: #DCB0C6;
}
</style>
background-color css
<style>
a { background-color: #DCB0C6; }
a { background-color: rgb(220,176,198); }
div.DivClassName
{
background-color: #DCB0C6;
}
.BgClassName
{
background-color: #DCB0C6;
}
</style>
border-color css
<style>
span { border-color: #DCB0C6; }
span { border-color: rgb(220,176,198); }
td.TdClassName
{
border-color: #DCB0C6;
}
.TagClassName
{
border-color: #DCB0C6;
}
</style>