Shades of Twilight #DCBACF
Tints of Twilight #DCBACF
RGB
CMYK
RGB Variations
Color information
#DCBACF (or 0xDCBACF) is known color: Twilight. HEX triplet: DC, BA and CF. RGB value is (220,186,207). Sum of RGB (Red+Green+Blue) = 220+186+207=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBACF is #234530. Grayscale: #C6C6C6. Windows color (decimal): -2311473 or 13613788. OLE color: 13613788.
HSL color Cylindrical-coordinate representation of color #DCBACF: hue angle of 322.94º degrees, saturation: 0.33, 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 #DCBACF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 207 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.14 |
| HSL | 322.94º | 0.33% | 0.8% | - |
| HSV(B) | 322.94º | 0.15% | 0.86% | - |
| XYZ | 58.34 | 54.84 | 66.54 | - |
| YUV | 198.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 207 | 0 | 0.15 | 0.06 | 0.14 | 322.94 | 0.33 | 0.8 |
| Hex | DC | BA | CF | 0 | F | 6 | E | 143 | 21 | 50 |
| Octal | 334 | 272 | 317 | 0 | 17 | 6 | 16 | 503 | 41 | 120 |
| Binary | 11011100 | 10111010 | 11001111 | 0 | 1111 | 110 | 1110 | 101000011 | 100001 | 1010000 |
Color Harmonies of #DCBACF
Complementary color
Monochromatic Colors of #DCBACF
Black with #DCBACF
Text Example
Text Example
White with #DCBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBACF; }
p { color: rgb(220,186,207); }
H1.HeaderClassName
{
color: #DCBACF;
}
.AnyTagClassName
{
color: #DCBACF;
}
</style>
background-color css
<style>
a { background-color: #DCBACF; }
a { background-color: rgb(220,186,207); }
div.DivClassName
{
background-color: #DCBACF;
}
.BgClassName
{
background-color: #DCBACF;
}
</style>
border-color css
<style>
span { border-color: #DCBACF; }
span { border-color: rgb(220,186,207); }
td.TdClassName
{
border-color: #DCBACF;
}
.TagClassName
{
border-color: #DCBACF;
}
</style>