Shades of Twilight #DCB9D1
Tints of Twilight #DCB9D1
RGB
CMYK
RGB Variations
Color information
#DCB9D1 (or 0xDCB9D1) is known color: Twilight. HEX triplet: DC, B9 and D1. RGB value is (220,185,209). Sum of RGB (Red+Green+Blue) = 220+185+209=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9D1 is #23462E. Grayscale: #C6C6C6. Windows color (decimal): -2311727 or 13744604. OLE color: 13744604.
HSL color Cylindrical-coordinate representation of color #DCB9D1: hue angle of 318.86º 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 #DCB9D1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 209 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.14 |
| HSL | 318.86º | 0.33% | 0.79% | - |
| HSV(B) | 318.86º | 0.16% | 0.86% | - |
| XYZ | 58.37 | 54.52 | 67.77 | - |
| YUV | 198.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 209 | 0 | 0.16 | 0.05 | 0.14 | 318.86 | 0.33 | 0.79 |
| Hex | DC | B9 | D1 | 0 | 10 | 5 | E | 13F | 21 | 4F |
| Octal | 334 | 271 | 321 | 0 | 20 | 5 | 16 | 477 | 41 | 117 |
| Binary | 11011100 | 10111001 | 11010001 | 0 | 10000 | 101 | 1110 | 100111111 | 100001 | 1001111 |
Color Harmonies of #DCB9D1
Complementary color
Monochromatic Colors of #DCB9D1
Black with #DCB9D1
Text Example
Text Example
White with #DCB9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9D1; }
p { color: rgb(220,185,209); }
H1.HeaderClassName
{
color: #DCB9D1;
}
.AnyTagClassName
{
color: #DCB9D1;
}
</style>
background-color css
<style>
a { background-color: #DCB9D1; }
a { background-color: rgb(220,185,209); }
div.DivClassName
{
background-color: #DCB9D1;
}
.BgClassName
{
background-color: #DCB9D1;
}
</style>
border-color css
<style>
span { border-color: #DCB9D1; }
span { border-color: rgb(220,185,209); }
td.TdClassName
{
border-color: #DCB9D1;
}
.TagClassName
{
border-color: #DCB9D1;
}
</style>