Shades of Twilight #DCBCD0
Tints of Twilight #DCBCD0
RGB
CMYK
RGB Variations
Color information
#DCBCD0 (or 0xDCBCD0) is known color: Twilight. HEX triplet: DC, BC and D0. RGB value is (220,188,208). Sum of RGB (Red+Green+Blue) = 220+188+208=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCD0 is #23432F. Grayscale: #C7C7C7. Windows color (decimal): -2310960 or 13679836. OLE color: 13679836.
HSL color Cylindrical-coordinate representation of color #DCBCD0: hue angle of 322.5º 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 #DCBCD0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 208 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.14 |
| HSL | 322.5º | 0.31% | 0.8% | - |
| HSV(B) | 322.5º | 0.15% | 0.86% | - |
| XYZ | 58.88 | 55.74 | 67.33 | - |
| YUV | 199.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 208 | 0 | 0.15 | 0.05 | 0.14 | 322.5 | 0.31 | 0.8 |
| Hex | DC | BC | D0 | 0 | F | 5 | E | 142 | 1F | 50 |
| Octal | 334 | 274 | 320 | 0 | 17 | 5 | 16 | 502 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11010000 | 0 | 1111 | 101 | 1110 | 101000010 | 11111 | 1010000 |
Color Harmonies of #DCBCD0
Complementary color
Monochromatic Colors of #DCBCD0
Black with #DCBCD0
Text Example
Text Example
White with #DCBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCD0; }
p { color: rgb(220,188,208); }
H1.HeaderClassName
{
color: #DCBCD0;
}
.AnyTagClassName
{
color: #DCBCD0;
}
</style>
background-color css
<style>
a { background-color: #DCBCD0; }
a { background-color: rgb(220,188,208); }
div.DivClassName
{
background-color: #DCBCD0;
}
.BgClassName
{
background-color: #DCBCD0;
}
</style>
border-color css
<style>
span { border-color: #DCBCD0; }
span { border-color: rgb(220,188,208); }
td.TdClassName
{
border-color: #DCBCD0;
}
.TagClassName
{
border-color: #DCBCD0;
}
</style>