Shades of Twilight #DCB3CB
Tints of Twilight #DCB3CB
RGB
CMYK
RGB Variations
Color information
#DCB3CB (or 0xDCB3CB) is known color: Twilight. HEX triplet: DC, B3 and CB. RGB value is (220,179,203). Sum of RGB (Red+Green+Blue) = 220+179+203=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3CB is #234C34. Grayscale: #C1C1C1. Windows color (decimal): -2313269 or 13349852. OLE color: 13349852.
HSL color Cylindrical-coordinate representation of color #DCB3CB: hue angle of 324.88º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3CB is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 203 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.14 |
| HSL | 324.88º | 0.37% | 0.78% | - |
| HSV(B) | 324.88º | 0.19% | 0.86% | - |
| XYZ | 56.41 | 51.77 | 63.52 | - |
| YUV | 194 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 203 | 0 | 0.19 | 0.08 | 0.14 | 324.88 | 0.37 | 0.78 |
| Hex | DC | B3 | CB | 0 | 13 | 8 | E | 145 | 25 | 4E |
| Octal | 334 | 263 | 313 | 0 | 23 | 10 | 16 | 505 | 45 | 116 |
| Binary | 11011100 | 10110011 | 11001011 | 0 | 10011 | 1000 | 1110 | 101000101 | 100101 | 1001110 |
Color Harmonies of #DCB3CB
Complementary color
Monochromatic Colors of #DCB3CB
Black with #DCB3CB
Text Example
Text Example
White with #DCB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3CB; }
p { color: rgb(220,179,203); }
H1.HeaderClassName
{
color: #DCB3CB;
}
.AnyTagClassName
{
color: #DCB3CB;
}
</style>
background-color css
<style>
a { background-color: #DCB3CB; }
a { background-color: rgb(220,179,203); }
div.DivClassName
{
background-color: #DCB3CB;
}
.BgClassName
{
background-color: #DCB3CB;
}
</style>
border-color css
<style>
span { border-color: #DCB3CB; }
span { border-color: rgb(220,179,203); }
td.TdClassName
{
border-color: #DCB3CB;
}
.TagClassName
{
border-color: #DCB3CB;
}
</style>