Shades of Twilight #DCBBCB
Tints of Twilight #DCBBCB
RGB
CMYK
RGB Variations
Color information
#DCBBCB (or 0xDCBBCB) is known color: Twilight. HEX triplet: DC, BB and CB. RGB value is (220,187,203). Sum of RGB (Red+Green+Blue) = 220+187+203=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBCB is #234434. Grayscale: #C6C6C6. Windows color (decimal): -2311221 or 13351900. OLE color: 13351900.
HSL color Cylindrical-coordinate representation of color #DCBBCB: hue angle of 330.91º degrees, saturation: 0.32, 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 #DCBBCB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 203 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.14 |
| HSL | 330.91º | 0.32% | 0.8% | - |
| HSV(B) | 330.91º | 0.15% | 0.86% | - |
| XYZ | 58.07 | 55.07 | 64.07 | - |
| YUV | 198.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 203 | 0 | 0.15 | 0.08 | 0.14 | 330.91 | 0.32 | 0.8 |
| Hex | DC | BB | CB | 0 | F | 8 | E | 14B | 20 | 50 |
| Octal | 334 | 273 | 313 | 0 | 17 | 10 | 16 | 513 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11001011 | 0 | 1111 | 1000 | 1110 | 101001011 | 100000 | 1010000 |
Color Harmonies of #DCBBCB
Complementary color
Monochromatic Colors of #DCBBCB
Black with #DCBBCB
Text Example
Text Example
White with #DCBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBCB; }
p { color: rgb(220,187,203); }
H1.HeaderClassName
{
color: #DCBBCB;
}
.AnyTagClassName
{
color: #DCBBCB;
}
</style>
background-color css
<style>
a { background-color: #DCBBCB; }
a { background-color: rgb(220,187,203); }
div.DivClassName
{
background-color: #DCBBCB;
}
.BgClassName
{
background-color: #DCBBCB;
}
</style>
border-color css
<style>
span { border-color: #DCBBCB; }
span { border-color: rgb(220,187,203); }
td.TdClassName
{
border-color: #DCBBCB;
}
.TagClassName
{
border-color: #DCBBCB;
}
</style>