Shades of Twilight #DCBCCD
Tints of Twilight #DCBCCD
RGB
CMYK
RGB Variations
Color information
#DCBCCD (or 0xDCBCCD) is known color: Twilight. HEX triplet: DC, BC and CD. RGB value is (220,188,205). Sum of RGB (Red+Green+Blue) = 220+188+205=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCCD is #234332. Grayscale: #C7C7C7. Windows color (decimal): -2310963 or 13483228. OLE color: 13483228.
HSL color Cylindrical-coordinate representation of color #DCBCCD: hue angle of 328.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCCD is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 205 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.14 |
| HSL | 328.13º | 0.31% | 0.8% | - |
| HSV(B) | 328.13º | 0.15% | 0.86% | - |
| XYZ | 58.52 | 55.59 | 65.4 | - |
| YUV | 199.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 205 | 0 | 0.15 | 0.07 | 0.14 | 328.13 | 0.31 | 0.8 |
| Hex | DC | BC | CD | 0 | F | 7 | E | 148 | 1F | 50 |
| Octal | 334 | 274 | 315 | 0 | 17 | 7 | 16 | 510 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11001101 | 0 | 1111 | 111 | 1110 | 101001000 | 11111 | 1010000 |
Color Harmonies of #DCBCCD
Complementary color
Monochromatic Colors of #DCBCCD
Black with #DCBCCD
Text Example
Text Example
White with #DCBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCCD; }
p { color: rgb(220,188,205); }
H1.HeaderClassName
{
color: #DCBCCD;
}
.AnyTagClassName
{
color: #DCBCCD;
}
</style>
background-color css
<style>
a { background-color: #DCBCCD; }
a { background-color: rgb(220,188,205); }
div.DivClassName
{
background-color: #DCBCCD;
}
.BgClassName
{
background-color: #DCBCCD;
}
</style>
border-color css
<style>
span { border-color: #DCBCCD; }
span { border-color: rgb(220,188,205); }
td.TdClassName
{
border-color: #DCBCCD;
}
.TagClassName
{
border-color: #DCBCCD;
}
</style>