Shades of Twilight #DCBCCB
Tints of Twilight #DCBCCB
RGB
CMYK
RGB Variations
Color information
#DCBCCB (or 0xDCBCCB) is known color: Twilight. HEX triplet: DC, BC and CB. RGB value is (220,188,203). Sum of RGB (Red+Green+Blue) = 220+188+203=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCCB is #234334. Grayscale: #C7C7C7. Windows color (decimal): -2310965 or 13352156. OLE color: 13352156.
HSL color Cylindrical-coordinate representation of color #DCBCCB: hue angle of 331.88º 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 #DCBCCB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 203 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.14 |
| HSL | 331.88º | 0.31% | 0.8% | - |
| HSV(B) | 331.88º | 0.15% | 0.86% | - |
| XYZ | 58.28 | 55.49 | 64.14 | - |
| YUV | 199.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 203 | 0 | 0.15 | 0.08 | 0.14 | 331.88 | 0.31 | 0.8 |
| Hex | DC | BC | CB | 0 | F | 8 | E | 14C | 1F | 50 |
| Octal | 334 | 274 | 313 | 0 | 17 | 10 | 16 | 514 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11001011 | 0 | 1111 | 1000 | 1110 | 101001100 | 11111 | 1010000 |
Color Harmonies of #DCBCCB
Complementary color
Monochromatic Colors of #DCBCCB
Black with #DCBCCB
Text Example
Text Example
White with #DCBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCCB; }
p { color: rgb(220,188,203); }
H1.HeaderClassName
{
color: #DCBCCB;
}
.AnyTagClassName
{
color: #DCBCCB;
}
</style>
background-color css
<style>
a { background-color: #DCBCCB; }
a { background-color: rgb(220,188,203); }
div.DivClassName
{
background-color: #DCBCCB;
}
.BgClassName
{
background-color: #DCBCCB;
}
</style>
border-color css
<style>
span { border-color: #DCBCCB; }
span { border-color: rgb(220,188,203); }
td.TdClassName
{
border-color: #DCBCCB;
}
.TagClassName
{
border-color: #DCBCCB;
}
</style>