Shades of Twilight #DCB7CF
Tints of Twilight #DCB7CF
RGB
CMYK
RGB Variations
Color information
#DCB7CF (or 0xDCB7CF) is known color: Twilight. HEX triplet: DC, B7 and CF. RGB value is (220,183,207). Sum of RGB (Red+Green+Blue) = 220+183+207=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7CF is #234830. Grayscale: #C4C4C4. Windows color (decimal): -2312241 or 13613020. OLE color: 13613020.
HSL color Cylindrical-coordinate representation of color #DCB7CF: hue angle of 321.08º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB7CF is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 207 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.14 |
| HSL | 321.08º | 0.35% | 0.79% | - |
| HSV(B) | 321.08º | 0.17% | 0.86% | - |
| XYZ | 57.71 | 53.59 | 66.33 | - |
| YUV | 196.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 207 | 0 | 0.17 | 0.06 | 0.14 | 321.08 | 0.35 | 0.79 |
| Hex | DC | B7 | CF | 0 | 11 | 6 | E | 141 | 23 | 4F |
| Octal | 334 | 267 | 317 | 0 | 21 | 6 | 16 | 501 | 43 | 117 |
| Binary | 11011100 | 10110111 | 11001111 | 0 | 10001 | 110 | 1110 | 101000001 | 100011 | 1001111 |
Color Harmonies of #DCB7CF
Complementary color
Monochromatic Colors of #DCB7CF
Black with #DCB7CF
Text Example
Text Example
White with #DCB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7CF; }
p { color: rgb(220,183,207); }
H1.HeaderClassName
{
color: #DCB7CF;
}
.AnyTagClassName
{
color: #DCB7CF;
}
</style>
background-color css
<style>
a { background-color: #DCB7CF; }
a { background-color: rgb(220,183,207); }
div.DivClassName
{
background-color: #DCB7CF;
}
.BgClassName
{
background-color: #DCB7CF;
}
</style>
border-color css
<style>
span { border-color: #DCB7CF; }
span { border-color: rgb(220,183,207); }
td.TdClassName
{
border-color: #DCB7CF;
}
.TagClassName
{
border-color: #DCB7CF;
}
</style>