Shades of Twilight #DCB9D0
Tints of Twilight #DCB9D0
RGB
CMYK
RGB Variations
Color information
#DCB9D0 (or 0xDCB9D0) is known color: Twilight. HEX triplet: DC, B9 and D0. RGB value is (220,185,208). Sum of RGB (Red+Green+Blue) = 220+185+208=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9D0 is #23462F. Grayscale: #C6C6C6. Windows color (decimal): -2311728 or 13679068. OLE color: 13679068.
HSL color Cylindrical-coordinate representation of color #DCB9D0: hue angle of 320.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB9D0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 208 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.14 |
| HSL | 320.57º | 0.33% | 0.79% | - |
| HSV(B) | 320.57º | 0.16% | 0.86% | - |
| XYZ | 58.25 | 54.47 | 67.12 | - |
| YUV | 198.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 208 | 0 | 0.16 | 0.05 | 0.14 | 320.57 | 0.33 | 0.79 |
| Hex | DC | B9 | D0 | 0 | 10 | 5 | E | 141 | 21 | 4F |
| Octal | 334 | 271 | 320 | 0 | 20 | 5 | 16 | 501 | 41 | 117 |
| Binary | 11011100 | 10111001 | 11010000 | 0 | 10000 | 101 | 1110 | 101000001 | 100001 | 1001111 |
Color Harmonies of #DCB9D0
Complementary color
Monochromatic Colors of #DCB9D0
Black with #DCB9D0
Text Example
Text Example
White with #DCB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9D0; }
p { color: rgb(220,185,208); }
H1.HeaderClassName
{
color: #DCB9D0;
}
.AnyTagClassName
{
color: #DCB9D0;
}
</style>
background-color css
<style>
a { background-color: #DCB9D0; }
a { background-color: rgb(220,185,208); }
div.DivClassName
{
background-color: #DCB9D0;
}
.BgClassName
{
background-color: #DCB9D0;
}
</style>
border-color css
<style>
span { border-color: #DCB9D0; }
span { border-color: rgb(220,185,208); }
td.TdClassName
{
border-color: #DCB9D0;
}
.TagClassName
{
border-color: #DCB9D0;
}
</style>