Shades of Twilight #DCBCC9
Tints of Twilight #DCBCC9
RGB
CMYK
RGB Variations
Color information
#DCBCC9 (or 0xDCBCC9) is known color: Twilight. HEX triplet: DC, BC and C9. RGB value is (220,188,201). Sum of RGB (Red+Green+Blue) = 220+188+201=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC9 is #234336. Grayscale: #C7C7C7. Windows color (decimal): -2310967 or 13221084. OLE color: 13221084.
HSL color Cylindrical-coordinate representation of color #DCBCC9: hue angle of 335.62º 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 #DCBCC9 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 201 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.14 |
| HSL | 335.63º | 0.31% | 0.8% | - |
| HSV(B) | 335.63º | 0.15% | 0.86% | - |
| XYZ | 58.04 | 55.4 | 62.89 | - |
| YUV | 199.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 201 | 0 | 0.15 | 0.09 | 0.14 | 335.63 | 0.31 | 0.8 |
| Hex | DC | BC | C9 | 0 | F | 9 | E | 150 | 1F | 50 |
| Octal | 334 | 274 | 311 | 0 | 17 | 11 | 16 | 520 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11001001 | 0 | 1111 | 1001 | 1110 | 101010000 | 11111 | 1010000 |
Color Harmonies of #DCBCC9
Complementary color
Monochromatic Colors of #DCBCC9
Black with #DCBCC9
Text Example
Text Example
White with #DCBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCC9; }
p { color: rgb(220,188,201); }
H1.HeaderClassName
{
color: #DCBCC9;
}
.AnyTagClassName
{
color: #DCBCC9;
}
</style>
background-color css
<style>
a { background-color: #DCBCC9; }
a { background-color: rgb(220,188,201); }
div.DivClassName
{
background-color: #DCBCC9;
}
.BgClassName
{
background-color: #DCBCC9;
}
</style>
border-color css
<style>
span { border-color: #DCBCC9; }
span { border-color: rgb(220,188,201); }
td.TdClassName
{
border-color: #DCBCC9;
}
.TagClassName
{
border-color: #DCBCC9;
}
</style>